Home page

Layout
Assets
This commit is contained in:
Cesidio Di Landa
2013-04-19 19:51:23 +02:00
parent cee2bd02da
commit 3e96be498e
18 changed files with 162 additions and 118 deletions
@@ -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";
+25
View File
@@ -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;