Home page
Layout Assets
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
* You're free to add application-wide styles to this file and they'll appear at the top of the
|
||||
* compiled file, but it's generally better to create a new file per style scope.
|
||||
*
|
||||
*= stub stubs/variables_overrides.css.less
|
||||
*= require_self
|
||||
*= require_tree .
|
||||
*/
|
||||
|
||||
@import "stubs/variables_overrides.css.less";
|
||||
@@ -0,0 +1,25 @@
|
||||
/* ==========================================================================
|
||||
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";
|
||||
@@ -0,0 +1,13 @@
|
||||
@import "twitter/bootstrap/variables";
|
||||
|
||||
/* ==========================================================================
|
||||
Variables and overrides
|
||||
========================================================================== */
|
||||
|
||||
/* New variables
|
||||
========================================================================== */
|
||||
|
||||
/* Bootstrap variables override
|
||||
========================================================================== */
|
||||
|
||||
@sansFontFamily: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
Reference in New Issue
Block a user