OTM/public/scss/utils/_background.scss
2021-07-16 09:12:30 +02:00

12 lines
125 B
SCSS

/**
* BACKGROUND
*/
.bg {
@each $type, $color in $c-map {
&-#{$type} {
background-color: $color;
}
}
}