One Hat Cyber Team
Your IP :
172.71.120.56
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
/
html
/
theme
/
dev
/
components
/
text-decorated
/
View File Name :
text-decorated.scss
@import "../bootstrap/scss/functions"; @import "../base/functions"; @import "../base/variables"; @import "../bootstrap/scss/variables"; @import "../bootstrap/scss/mixins"; // Base .text-decorated { position: relative; padding-left: .65em; &::after { position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 3px; height: 80%; content: ''; background-color: $primary; } } // Modifying .text-decorated-2 { padding-left: .84em; &::after { width: 3px; height: 90%; background-color: $primary; } } .text-decorated-3 { padding-left: .84em; &::after { bottom: 15%; height: 68%; background-color: $primary; } } .text-decorated-large { padding-left: .44em; &::after { width: 3px; } } .text-decorated-thin { &::after { width: 1px; } } // Context dark .context-dark { .text-decorated-thin { &::after { background-color: rgba( $white, .1 ); } } }