One Hat Cyber Team
Your IP:
216.73.216.58
Server IP:
198.54.114.155
Server:
Linux server71.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
5.6.40
Create File
|
Create Folder
Execute
Dir :
~
/
home
/
fluxyjvi
/
www
/
assets
/
images
/
View File Name :
_background.scss.tar
home/fluxyjvi/public_html/assets/admin/scss/utilities/_background.scss 0000644 00000000626 15105603544 0022420 0 ustar 00 // 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; } }