BBnepal-Accounts/account/theme/pages/build/scss/_elevation.scss
Sampanna Rimal 9cd05ef3cb commitall
2024-07-10 18:28:19 +05:45

15 lines
212 B
SCSS

//
// Component: Elevation
//
.elevation-0 {
box-shadow: none !important;
}
// Background colors (colors)
@each $name, $value in $elevations {
.elevation-#{$name} {
box-shadow: $value !important;
}
}