31 lines
585 B
Plaintext
31 lines
585 B
Plaintext
@screen-xs: 450px;
|
|
@screen-sm: 768px;
|
|
@screen-md: 1024px;
|
|
@screen-lg: 1200px;
|
|
|
|
@font_family: "Open Sans", sans-serif;
|
|
@text_color: #333;
|
|
@font_size: 14px;
|
|
|
|
@line_height_base: 1.4;
|
|
@line_height_heading: 1.2;
|
|
|
|
|
|
@gray_dark: #152129;
|
|
@gray_light: #f5f3f4;
|
|
|
|
|
|
@cms_brand_primary: #28b78d;
|
|
@cms_brand_secondary: #ac1526;
|
|
|
|
@ui_bg: #1a2e3b;
|
|
|
|
/*****************************************/
|
|
|
|
@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; |