ulovliglogning.dk/_scss/base/_variables.scss

16 lines
333 B
SCSS
Raw Normal View History

2018-01-20 23:49:35 +00:00
// Colors
$body-bg: #2A2A2A;
$alternate-bg: #ff5800;
$color-mine-shaft: #2A2A2A;
$color-international-orange: #ff5800;
$background-primary: $color-mine-shaft;
$background-alternative: $color-international-orange;
2018-01-20 23:49:35 +00:00
/* Size */
$screen-xs: 600px !default;
$screen-xs-min: $screen-xs !default;
$screen-phone: $screen-xs-min !default;