sigd/public/assets/scss/custom/components/_backgrounds.scss

19 lines
255 B
SCSS
Executable File

//
// backgrounds.scss
//
@each $color, $value in $theme-colors {
.bg-soft-#{$color} {
background-color: rgba(($value), 0.25) !important;
}
.fill-#{$color} {
fill: $value;
}
}
.fill-muted{
fill: $text-muted;
}