Merge branch 'master' of git.clinicalfuture.com:arvados
[arvados.git] / apps / workbench / app / assets / stylesheets / bootstrap_and_overrides.css.less
1 @import "twitter/bootstrap/bootstrap";
2 @import "twitter/bootstrap/responsive";
3
4 // Set the correct sprite paths
5 @iconSpritePath: asset-path("twitter/bootstrap/glyphicons-halflings");
6 @iconWhiteSpritePath: asset-path("twitter/bootstrap/glyphicons-halflings-white");
7
8 // Set the Font Awesome (Font Awesome is default. You can disable by commenting below lines)
9 @fontAwesomeEotPath: asset-url("fontawesome-webfont.eot");
10 @fontAwesomeEotPath_iefix: asset-url("fontawesome-webfont.eot#iefix");
11 @fontAwesomeWoffPath: asset-url("fontawesome-webfont.woff");
12 @fontAwesomeTtfPath: asset-url("fontawesome-webfont.ttf");
13 @fontAwesomeSvgPath: asset-url("fontawesome-webfont.svg#fontawesomeregular");
14
15 // Font Awesome
16 @import "fontawesome/font-awesome";
17
18 // Glyphicons
19 //@import "twitter/bootstrap/sprites.less";
20
21 // Your custom LESS stylesheets goes here
22 //
23 // Since bootstrap was imported above you have access to its mixins which
24 // you may use and inherit here
25 //
26 // If you'd like to override bootstrap's own variables, you can do so here as well
27 // See http://twitter.github.com/bootstrap/customize.html#variables for their names and documentation
28 //
29 // Example:
30 // @linkColor: #ff0000;