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
input, textarea { | |
border: 1px solid #c6c6c6; | |
border-top-color: #afafaf; | |
-moz-border-radius: 2px; | |
-o-border-radius: 2px; | |
-webkit-border-radius: 2px; | |
border-radius: 2px; | |
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); | |
-o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); | |
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); |
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
.row | |
.one | |
words | |
.two | |
words | |
.three | |
words |
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.3.5) | |
// Compass (v1.0.0.alpha.18) | |
// ---- | |
$colors: (header: #b06, text: #334, footer: #666777,) | |
@warn $colors |
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.3.5) | |
// Compass (v1.0.0.alpha.18) | |
// ---- | |
@each $merchant in king-kone, alley-cat-comics, robert-jeffrey, berry-austin, dogaholics, barriques, rotofugi, chicago-bagel-authority | |
.merchant-#{$merchant} | |
background-image: url("#{$merchant}.jpg") |
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.3.10) | |
// Compass (v1.0.0.alpha.20) | |
// ---- | |
$radii: ( | |
base: 6px, | |
mini: 4px | |
); |
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.0.rc.1) | |
// Compass (v1.0.0.alpha.20) | |
// ---- | |
$border-radius-base: 6px; | |
$border-radius-mini: 4px; | |
$radii: ( | |
base: $border-radius-base, |
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.3.10) | |
// Compass (v1.0.0.alpha.20) | |
// ---- | |
$blue: #33a9e0; | |
$blue-light: #e1f2fa; | |
$blue-dark: #0076ad; | |
$slate: #45454c; |
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
<div class="container"> | |
<div class="alert error"> | |
<p>Error</p> | |
</div> | |
<div class="alert success"> | |
<p>Success</p> | |
</div> | |
<div class="alert info"> |
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
<div class="container"> | |
<div class="alert alert-error"> | |
<p>Error</p> | |
</div> | |
<div class="alert alert-success"> | |
<p>Success</p> | |
</div> | |
<div class="alert alert-info"> |
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
<div class="container"> | |
<div class="alert error"> | |
<p>Error</p> | |
</div> | |
<div class="alert success"> | |
<p>Success</p> | |
</div> | |
<div class="alert info"> |
OlderNewer