One Hat Cyber Team
Your IP :
172.70.127.239
Server IP :
188.114.97.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
/
snackbar
/
View File Name :
snackbar.scss
@import "../bootstrap/scss/functions"; @import "../base/functions"; @import "../base/variables"; @import "../bootstrap/scss/variables"; @import "../base/mixins"; @import "../bootstrap/scss/mixins"; // Base .snackbar { margin-bottom: 0; padding: 15px; font-size: $font-size-sm; border-radius: $border-radius; } .snackbar-inner { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; @include group( 10px, 10px ); } .snackbar-title { font-weight: $headings-font-weight; } .snackbar-icon { margin-right: .5em; font-size: 1.3em; } // Theming @each $color, $value in $theme-colors { .snackbar-#{$color} { background-color: theme-color-level( $color, $alert-bg-level ); .snackbar-title { color: $value; } } } // Spacing .snackbar + .snackbar { margin-top: 30px; } // Media @include media-breakpoint-up( lg ) { .snackbar { padding: 17px 20px 17px; } }