����JFIF���������
1#@!#!123s
D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
esachqig
/
public_html
/
test
/
admin
/
scss
/
utilities
/
Filename :
_background.scss
back
Copy
// 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; } }