0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-07 04:54:24 +01:00
Bootstrap/scss/utilities/_background.scss

12 lines
180 B
SCSS
Raw Normal View History

//
// Contextual backgrounds
//
.bg-faded {
background-color: darken($body-bg, 3%);
}
@each $color, $value in $theme-colors {
@include bg-variant('.bg-#{$color}', $value);
}