One Hat Cyber Team
Your IP :
172.71.255.82
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
/
quote
/
View File Name :
_quote-line.scss
// Base .quote-line { padding-left: px-to-rem( 15px ); .quote-text { display: block; position: relative; line-height: 1.45; &::before { display: block; position: absolute; left: -14px; top: .4em; bottom: .4em; width: 2px; content: ''; background-color: $primary; } } * + .quote-person { margin-top: px-to-rem( 10px ) } } .context-dark { .quote-line { .quote-text { color: inherit; } .quote-author { color: $white; } } } // Media @include media-breakpoint-up( lg ) { .quote-line { padding-left: px-to-rem( 22px ); .quote-text { &::before { left: -22px; } } * + .quote-person { margin-top: px-to-rem( 16px ) } } }