Init(Core): Change repo
This commit is contained in:
11
public/assets/scss/custom/components/_backgrounds.scss
Normal file
11
public/assets/scss/custom/components/_backgrounds.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
//
|
||||
// backgrounds.scss
|
||||
//
|
||||
|
||||
|
||||
@each $color,
|
||||
$value in $theme-colors {
|
||||
.bg-soft-#{$color} {
|
||||
background-color: rgba(($value), 0.25) !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user