This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<button class='drpDwnRp'>Select...<span class='caret'></span></button> | |
<ul class='dropdown-menu'> | |
<li><a><i class='glyphicon glyphicon-ok'></i>SELECT All</a></li> | |
<li><a><i class='glyphicon glyphicon-remove'></i>DELETE All</a></li> | |
<li class='divider'></li> | |
<li><a>LIST here</li> | |
</ul> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<button class='drpDwnRp'>Select...<span class='caret'></span></button> | |
<ul class='dropdown-menu'> | |
<li><a><i class='glyphicon glyphicon-ok'></i>SELECT All</a></li> | |
<li><a><i class='glyphicon glyphicon-remove'></i>DELETE All</a></li> | |
<li class='divider'></li> | |
<li><a>LIST here</li> | |
</ul> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.4.14) | |
// Compass (v1.0.3) | |
// ---- | |
@function remCon($pixel) { | |
@return ($pixel / 16) + rem; | |
} | |
@mixin bp($point, $media: screen) { | |
@if $point == small { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.4.14) | |
// Compass (v1.0.3) | |
// ---- | |
@mixin bp($point) { | |
@if $point == s { | |
@media (screen) { @content; } | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.4.14) | |
// Compass (v1.0.3) | |
// ---- | |
.report__chart-wrap | |
position: absolute | |
width: 100% | |
@media(max-width: 991px) | |
// position: static |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.4.14) | |
// Compass (v1.0.3) | |
// ---- | |
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Droid+Serif:400,400italic,700); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.4.14) | |
// Compass (v1.0.3) | |
// ---- | |
@mixin button-variant($color, $background-color, $enabled: true) { | |
color: $color; | |
background-color: $background-color; | |
@if $enabled { | |
cursor: wait; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.4.14) | |
// Compass (v1.0.3) | |
// ---- | |
.wrapper, #wrapper { | |
[class^="starts-with-"] { /*...*/ } | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section class="demo"> | |
<div id="run-demo" class="box">foo</div> | |
</section> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section class="demo"> | |
<div id="run-demo" class="box">foo</div> | |
</section> |