2013-04-19 19:51:23 +02:00
|
|
|
@import "twitter/bootstrap/bootstrap";
|
|
|
|
|
|
|
|
body {
|
2013-06-12 10:58:57 +02:00
|
|
|
padding-top: @navbarHeight + 10px;
|
2013-04-19 19:51:23 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@import "twitter/bootstrap/responsive";
|
|
|
|
|
2013-06-12 10:58:57 +02:00
|
|
|
// Set the correct sprite paths
|
|
|
|
//@iconSpritePath: asset-path("twitter/bootstrap/glyphicons-halflings");
|
|
|
|
//@iconWhiteSpritePath: asset-path("twitter/bootstrap/glyphicons-halflings-white");
|
2013-04-19 19:51:23 +02:00
|
|
|
|
2013-06-12 10:58:57 +02:00
|
|
|
// Set the Font Awesome (Font Awesome is default. You can disable by commenting below lines)
|
2013-05-11 15:42:08 +02:00
|
|
|
@fontAwesomeEotPath: asset-url("fontawesome-webfont.eot");
|
2013-06-13 13:00:48 +02:00
|
|
|
@fontAwesomeEotPath_iefix: asset-url("fontawesome-webfont.eot?#iefix");
|
2013-05-11 15:42:08 +02:00
|
|
|
@fontAwesomeWoffPath: asset-url("fontawesome-webfont.woff");
|
|
|
|
@fontAwesomeTtfPath: asset-url("fontawesome-webfont.ttf");
|
|
|
|
@fontAwesomeSvgPath: asset-url("fontawesome-webfont.svg#fontawesomeregular");
|
2013-06-12 10:58:57 +02:00
|
|
|
|
|
|
|
// Font Awesome
|
2013-05-11 15:42:08 +02:00
|
|
|
@import "fontawesome/font-awesome";
|
2013-04-19 19:51:23 +02:00
|
|
|
|
2013-06-12 10:58:57 +02:00
|
|
|
// Glyphicons
|
|
|
|
//@import "twitter/bootstrap/sprites.less";
|
|
|
|
|
|
|
|
// Override the default bootstrap variables in stubs/variables_overrides.css.less
|