[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
siakad
/
login
/
scss
/
utilities
/
[
Home
]
File: _background.scss
// Background Gradient Utilities @each $color, $value in $theme-colors { .bg-gradient-#{$color} { background-color: $value; background-image: linear-gradient(180deg, $value 10%, darken($value, 15%) 100%); background-size: cover; } } // Grayscale Background Utilities @each $level, $value in $grays { .bg-gray-#{$level} { background-color: $value !important; } }