One Hat Cyber Team
Your IP :
172.69.58.130
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
/
thumbnail
/
View File Name :
_thumbnail-light.scss
// Thumbnail light .thumbnail-light { text-align: center; .thumbnail-media { display: inline-block; max-width: 300px; transition: $transition-base; &:hover { opacity: .8; } } .thumbnail-title { position: relative; } .thumbnail-subtitle { color: $thumbnail-primary; } .thumbnail-divider { display: block; font-size: 0; line-height: 0; &:before { display: inline-block; width: 28px; margin-top: 0; margin-bottom: 0; border-top: 1px solid $primary; content: ""; } } * + .thumbnail-subtitle { margin-top: px-to-rem( 12px ); } * + .thumbnail-title { margin-top: px-to-rem( 0 ); } * + .thumbnail-divider { margin-top: px-to-rem( 15px ); } } // Media @include media-breakpoint-up(md) { .thumbnail-light { .thumbnail-media { max-width: 100%; } } } @include media-breakpoint-up( lg ) { .thumbnail-light { * + .thumbnail-subtitle { margin-top: px-to-rem( 15px ); } * + .thumbnail-divider { margin-top: px-to-rem( 16px ); } } }