sifatbaho
This commit is contained in:
20
resources/scss/components/_backgrounds.scss
vendored
Executable file
20
resources/scss/components/_backgrounds.scss
vendored
Executable file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// backgrounds.scss
|
||||
//
|
||||
|
||||
|
||||
@each $color,
|
||||
$value in $theme-colors {
|
||||
.bg-soft-#{$color} {
|
||||
background-color: rgba(($value), 0.18) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.bg-soft-dark{
|
||||
background-color: rgba(var(--#{$prefix}dark-rgb),.18)!important;
|
||||
}
|
||||
|
||||
.bg-soft-light{
|
||||
background-color: rgba(var(--#{$prefix}light-rgb),.18)!important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user