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 : _spacing.scss
// stylelint-disable declaration-no-important // Margin and Padding @each $breakpoint in map-keys($grid-breakpoints) { @include media-breakpoint-up($breakpoint) { $infix: breakpoint-infix($breakpoint, $grid-breakpoints); @each $prop, $abbrev in (margin: m, padding: p) { @each $size, $length in $spacers { .#{$abbrev}#{$infix}-#{$size} { #{$prop}: $length !important; } .#{$abbrev}t#{$infix}-#{$size}, .#{$abbrev}y#{$infix}-#{$size} { #{$prop}-top: $length !important; } .#{$abbrev}r#{$infix}-#{$size}, .#{$abbrev}x#{$infix}-#{$size} { #{$prop}-right: $length !important; } .#{$abbrev}b#{$infix}-#{$size}, .#{$abbrev}y#{$infix}-#{$size} { #{$prop}-bottom: $length !important; } .#{$abbrev}l#{$infix}-#{$size}, .#{$abbrev}x#{$infix}-#{$size} { #{$prop}-left: $length !important; } } } // Some special margin utils .m#{$infix}-auto { margin: auto !important; } .mt#{$infix}-auto, .my#{$infix}-auto { margin-top: auto !important; } .mr#{$infix}-auto, .mx#{$infix}-auto { margin-right: auto !important; } .mb#{$infix}-auto, .my#{$infix}-auto { margin-bottom: auto !important; } .ml#{$infix}-auto, .mx#{$infix}-auto { margin-left: auto !important; } } }
Close