Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
htdocs /
scss /
core /
[ HOME SHELL ]
Name
Size
Permission
Action
bootstrap
[ DIR ]
drwxrwxr-x
_colors.scss
27.49
KB
-rwxrwxr-x
_global.scss
2.49
KB
-rwxrwxr-x
_helpers.scss
1.05
KB
-rwxrwxr-x
_masks.scss
1.17
KB
-rwxrwxr-x
_mixins.scss
12.99
KB
-rwxrwxr-x
_typography.scss
3.58
KB
-rwxrwxr-x
_variables.scss
17.12
KB
-rwxrwxr-x
_waves.scss
3.87
KB
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _helpers.scss
// Helpers // MDB helpers .img-fluid, .video-fluid { max-width: 100%; height: auto; } .flex-center { display: flex; justify-content: center; align-items: center; height: 100%; p { margin: 0; } ul { text-align: center; li { margin-bottom: $flex-center-ul-mb; &:last-of-type { margin-bottom: 0; } } } } .hr-light { border-top: 1px solid $hr-light; } .hr-dark { border-top: 1px solid $hr-dark; } // Responsive width .w-responsive { width: 75%; @media (max-width: 740px) { width: 100%; } } // Collapsible body .collapsible-body { display: none; } .jumbotron { box-shadow: $z-depth-1; border-radius: $border-radius-base; background-color: $white-base; } @each $name, $color in $basic-mdb-colors { @include bg-variant(".bg-#{$name}", $color); .border-#{$name} { border-color: $color !important; } } .card-img-100 { width: 100px; height: 100px; } .card-img-64 { width: 64px; height: 64px; } .mml-1 { margin-left: - 0.25rem !important; } .flex-1 { flex: 1; }
Close