One Hat Cyber Team
Your IP :
172.70.127.239
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
/
link
/
Edit File:
link.scss
@import "../bootstrap/scss/functions"; @import "../base/functions"; @import "../base/variables"; @import "../bootstrap/scss/variables"; @import "../bootstrap/scss/mixins"; // Base .link { display: inline-block; } .page .link-arrow { position: relative; color: $headings-color; transition: $transition-base; &::before { width: 0; display: inline-block; font-family: 'Material Design Icons'; font-size: .83em; color: $primary; content: '\f14f'; transition: inherit; transform: scale( 0 ); } &:hover { color: $headings-color; &::before { padding-right: 1.4em; transform: scale( 1 ); } } } .link-inherit { color: inherit; &:hover { color: $primary; } } .link-inherit-primary { color: inherit; &:hover { color: $primary; } } .link-large { font-size: px-to-rem( 26px ); font-family: $font-family-base; line-height: 1.3; } // Spacing * + .link-container { margin-top: px-to-rem( 6px ); } // Context dark .context-dark { .link-arrow { color: $white; &:hover { color: $white; } } .link-inherit { &:hover { color: $white; } } .link-inherit-primary { color: inherit; &:hover { color: $primary; } } .link-contrast { color: $white; &:hover { color: $primary; } } } // Media @include media-breakpoint-up( xl ) { .link-large { font-size: $h2-font-size * 1.14; line-height: $h2-line-height; } * + .link-container { margin-top: px-to-rem( 12px ); } }
Simpan