One Hat Cyber Team
Your IP :
172.70.50.39
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
/
html
/
theme
/
dev
/
components
/
image-block
/
View File Name :
image-block.scss
@import "../bootstrap/scss/functions"; @import "../base/functions"; @import "../base/variables"; @import "../bootstrap/scss/variables"; @import "../bootstrap/scss/mixins"; // Variables $ib-shadow: -20px 20px 30px rgba(39, 43, 55, 0.15);; $ib-counter-color: $primary; // Base .image-block { position: relative; display: inline-block; } .image-block-embed { position: absolute; top: 47%; right: -10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100px; height: 100px; text-align: center; padding: px-to-rem( 5px ); background-color: $white; box-shadow: $ib-shadow; .image-block-amount { color: $primary; font-weight: 700; font-size: 22px; @include media-breakpoint-up(xl) { font-size: 30px; } } .image-block-title { font-weight: 700; font-size: 12px; } .counter-value { color: $ib-counter-color; } } // Modifiers .image-block-left { .image-block-embed { top: auto; left: -10px; bottom: 10%; right: auto; box-shadow: -20px 20px 30px rgba( $gray-900, 0.15 ); } } // Media @include media-breakpoint-up( lg ) { .image-block-embed { min-width: 136px; min-height: 136px; top: 47%; right: -35px; } .image-block-left { .image-block-embed { left: -54px; bottom: 13%; } } }