hypothetical/resources/assets/less/app.less
2016-03-19 16:43:21 -04:00

34 lines
540 B
Text
Vendored

// Core
@import "bootstrap/less/bootstrap";
@import "var";
@import "fonts";
// Supplementary
@import "elements/**";
@import "pages/**";
/*
|
| Main Styles
|
*/
html, body {
width: 100%;
height: 100%;
}
html.no-scroll { overflow-y: hidden; }
body {
.font_sans;
color: @c_text;
padding-top: @nav_height;
@media (max-width: @grid-float-breakpoint-max) { padding-top: @mobile_nav_height; }
}
* {
outline: none !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}