2017-08-29 20:58:39 +02:00
|
|
|
@screen-xs: 450px;
|
|
|
|
@screen-sm: 768px;
|
|
|
|
@screen-md: 1024px;
|
|
|
|
@screen-lg: 1200px;
|
|
|
|
|
2017-08-29 23:10:03 +02:00
|
|
|
@text_color: black;
|
|
|
|
|
|
|
|
@cms_bg_lighter: #e0e0e0;
|
2017-08-29 20:58:39 +02:00
|
|
|
@cms_bg_light: #1a2e3b;
|
|
|
|
@cms_dark_border: #152129;
|
|
|
|
|
|
|
|
@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;
|