first init
This commit is contained in:
25
resources/scss/components/_backgrounds.scss
Executable file
25
resources/scss/components/_backgrounds.scss
Executable file
@@ -0,0 +1,25 @@
|
||||
//
|
||||
// backgrounds.scss
|
||||
//
|
||||
|
||||
@each $color, $value in $theme-colors-rgb {
|
||||
.bg-soft-#{$color} {
|
||||
--#{$prefix}bg-opacity: 0.25;
|
||||
background-color: rgba(var(--#{$prefix}#{$color}-rgb), var(--#{$prefix}bg-opacity)) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.bg-ghost {
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.bg-overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
opacity: 0.7;
|
||||
}
|
||||
Reference in New Issue
Block a user