One Hat Cyber Team
Your IP :
172.70.179.113
Server IP :
188.114.96.7
Server :
Linux advantage-project 5.14.0-503.26.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 19 16:28:19 UTC 2025 x86_64
Server Software :
Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2
PHP Version :
8.3.17
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
htmlOld
/
theme
/
dev
/
components
/
base
/
Edit File:
_backgrounds.scss
// Mixins @mixin bg-variant($parent, $color) { #{$parent} { background-color: $color; } a#{$parent}, button#{$parent} { @include hover-focus { background-color: darken($color, 10%); } } } @mixin bg-gradient-variant($parent, $color) { #{$parent} { background: $color linear-gradient(180deg, mix($body-bg, $color, 15%), $color) repeat-x; } } @mixin bg-adjacent() { &:not([style*='background-']) + &:not([style*='background-']) { padding-top: 0; } } // Bootstrap styles @each $color, $value in $theme-colors { @include bg-variant(".bg-#{$color}", $value); } @if $enable-gradients { @each $color, $value in $theme-colors { @include bg-gradient-variant(".bg-gradient-#{$color}", $value); } } .bg-white { background-color: $white; } .bg-transparent { background-color: transparent; } // Gray backgrounds @each $color, $value in $grays { @include bg-variant(".bg-#{$color}", $value); } .bg-darkest { background-color: $gray-darkest; } // Image background .bg-image { background-position: center center; background-size: cover; } // Transparent background .bg-transparent { @include bg-adjacent(); } .bg-100 { @include bg-adjacent(); } .bg-900 { .btn-primary { &::before { background-color: $gray-100; } &:hover { color: $gray-900; } } } .bg-overlay { position: relative; z-index: 0; .bg-overlay-item { position: absolute; left: 0; top: 0; right: 0; bottom: calc( 44% - 4px ); z-index: -1; } } .bg-gradient { background: $bg-gradient; } // Media @include media-breakpoint-up(xxl) { .bg-overlay { .bg-overlay-item { height: 513px; bottom: auto; } } }
Simpan