You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
894 B
26 lines
894 B
12 years ago
|
/* ==========================================================================
|
||
|
Bootstrap and overrides
|
||
|
========================================================================== */
|
||
|
|
||
|
@import "twitter/bootstrap/bootstrap";
|
||
|
|
||
|
body {
|
||
|
padding-top: 60px;
|
||
|
}
|
||
|
|
||
|
@import "twitter/bootstrap/responsive";
|
||
|
|
||
|
/* Fontawesome Icons
|
||
|
========================================================================== */
|
||
|
|
||
|
@fontAwesomeEotPath: asset-path("fontawesome-webfont.eot?v=3.0.2");
|
||
|
@fontAwesomeEotPath_iefix: asset-path("fontawesome-webfont.eot?#iefix&v=3.0.2");
|
||
|
@fontAwesomeWoffPath: asset-path("fontawesome-webfont.woff?v=3.0.2");
|
||
|
@fontAwesomeTtfPath: asset-path("fontawesome-webfont.ttf?v=3.0.2");
|
||
|
@import "fontawesome";
|
||
|
|
||
|
/* Overriding default variables and loading new ones
|
||
|
========================================================================== */
|
||
|
|
||
|
@import "stubs/variables_overrides.css.less";
|