jscow-application-environment
Version:
jsCow - Application Environment - Javascript Component Framework
53 lines (38 loc) • 1.46 kB
text/less
//
// SPECIFIC THEMING MODULES
// ===========================================================
// INCLUDE GOOGLE BOOTSTRAP AND FONT-AWESOME CSS
// >>> Customized Bootstrap <<<
@import "components/customized-bootstrap/bootstrap-less-modules";
// >>> Font Awesome <<<
@import "font-awesome/font-awesome";
@import "mixins"; // OWN SPECIFIC MIXINS
@import "variables"; // OWN SPECIFIC THEME VARIABLES
// INCLUDE ALL NEEDED THEME COMPONENTS
@import (optional) "components/jscow/general";
@import (optional) "components/jscow/button";
@import (optional) "components/jscow/buttongroup";
@import (optional) "components/jscow/panel";
@import (optional) "components/jscow/group";
@import (optional) "components/jscow/toolbar";
@import (optional) "components/jscow/fieldset";
@import (optional) "components/jscow/textfield";
@import (optional) "components/jscow/checkbox";
@import (optional) "components/jscow/radio";
@import (optional) "components/jscow/window";
@import (optional) "components/jscow/splitter";
@import (optional) "components/jscow/label";
@import (optional) "components/jscow/splitter";
@import (optional) "components/jscow/flex";
//
// GLOBAL STANDARD BASE STYLES
body {
font-family: 'Open Sans', sans-serif;
color: darken(@text-color, 0%);
background: darken(@base-color, @color-offset-default);
@media (min-width: @screen-md-min) {
&-img {
width: auto ;
}
}
}