2017-08-29 20:58:39 +02:00
|
|
|
@screen-xs: 450px;
|
|
|
|
@screen-sm: 768px;
|
|
|
|
@screen-md: 1024px;
|
|
|
|
@screen-lg: 1200px;
|
|
|
|
|
2017-08-30 02:39:00 +02:00
|
|
|
@font_family: "Open Sans", sans-serif;
|
|
|
|
@text_color: #666;
|
|
|
|
@font_size: 14px;
|
|
|
|
@line_height: 1.4;
|
2017-08-29 23:10:03 +02:00
|
|
|
|
2017-08-30 02:00:03 +02:00
|
|
|
@gray_dark: #152129;
|
|
|
|
|
2017-08-29 23:10:03 +02:00
|
|
|
@cms_bg_lighter: #e0e0e0;
|
2017-08-29 20:58:39 +02:00
|
|
|
@cms_bg_light: #1a2e3b;
|
|
|
|
|
|
|
|
@cms_brand_primary: #28b78d;
|
|
|
|
@cms_brand_secondary: #152129;
|
|
|
|
|
|
|
|
|
|
|
|
/*****************************************/
|
|
|
|
|
|
|
|
@screen-xs-min: @screen-xs;
|
|
|
|
@screen-xs-max: @screen-sm - 1;
|
|
|
|
@screen-sm-min: @screen-sm;
|
|
|
|
@screen-sm-max: @screen-md - 1;
|
|
|
|
@screen-md-min: @screen-md;
|
|
|
|
@screen-md-max: @screen-lg - 1;
|
|
|
|
@screen-lg-min: @screen-lg;
|