One Hat Cyber Team
Your IP :
172.69.6.85
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
/
text-divider
/
View File Name :
text-divider.scss
@import "../bootstrap/scss/functions"; @import "../base/functions"; @import "../base/variables"; @import "../bootstrap/scss/variables"; @import "../bootstrap/scss/mixins"; // Base .text-divider { position: relative; padding-bottom: .52em; &::after { position: absolute; bottom: 0; left: 0; width: 76px; height: 2px; content: ''; background-color: $primary; } } // Modifying .text-divider-center { &::after { left: 50%; transform: translateX( -50% ); } } .text-divider-large { padding-bottom: .64em; &::after { width: 100%; content: ''; background-color: $gray-400; } } .text-divider-wide { padding-bottom: 1.3em; &::after { width: 100vw; height: 1px; content: ''; background-color: $gray-400; } }