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

15 lines
193 B
SCSS

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