⚝
One Hat Cyber Team
⚝
Your IP:
192.168.31.6
Server IP:
192.168.1.11
Server:
Linux pams 6.1.0-29-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.123-1 (2025-01-02) x86_64
PHP Version:
8.2.28
Buat File
|
Buat Folder
Upload File
Eksekusi
Dir :
~
/
var
/
www
/
lppm
/
public
/
assets
/
build
/
scss
/
Edit File: _text.scss
// // Component: Text // // text modification .text-bold { &, &.table td, &.table th { font-weight: 700; } } .text-xs { font-size: $font-size-xs !important; } .text-sm { font-size: $font-size-sm !important; } .text-md { font-size: $font-size-base !important; } .text-lg { font-size: $font-size-lg !important; } .text-xl { font-size: $font-size-xl !important; } // text color variations @each $name, $color in $colors { .text-#{$name} { color: #{$color} !important; } } @include dark-mode () { .text-muted { color: $gray-500 !important; } @each $name, $color in $colors-alt { .text-#{$name} { color: #{$color} !important; } } }
Simpan