mirror of https://github.com/fspc/BikeShed-1.git
Brigitte Warner
10 years ago
4 changed files with 36 additions and 2 deletions
Binary file not shown.
@ -0,0 +1,31 @@ |
|||
body { |
|||
padding-top: 60px; |
|||
padding-left: 20px; |
|||
} |
|||
|
|||
|
|||
// Set the correct sprite paths |
|||
$iconSpritePath: asset-path('twitter/bootstrap/glyphicons-halflings.png'); |
|||
$iconWhiteSpritePath: asset-path('twitter/bootstrap/glyphicons-halflings-white.png'); |
|||
|
|||
// Set the Font Awesome (Font Awesome is default. You can disable by commenting below lines) |
|||
// Note: If you use asset_path() here, your compiled boostrap_and_overrides.css will not |
|||
// have the proper paths. So for now we use the absolute path. |
|||
$fontAwesomeEotPath: '/assets/fontawesome-webfont.eot'; |
|||
$fontAwesomeWoffPath: '/assets/fontawesome-webfont.woff'; |
|||
$fontAwesomeTtfPath: '/assets/fontawesome-webfont.ttf'; |
|||
$fontAwesomeSvgPath: '/assets/fontawesome-webfont.svg'; |
|||
|
|||
[data-toggle="buttons-radio"] > .btn > input[type="radio"], |
|||
[data-toggle="buttons"] > .btn > input[type="checkbox"] { |
|||
display: none; |
|||
} |
|||
|
|||
.inline-block { |
|||
display: inline-block; |
|||
} |
|||
|
|||
.control-group.error .btn-group > .btn { |
|||
color: #b94a48; |
|||
border-color: #b94a48; |
|||
} |
Loading…
Reference in new issue