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 /
free /
[ HOME SHELL ]
Name
Size
Permission
Action
modules
[ DIR ]
drwxrwxr-x
_animations-basic.scss
2.54
KB
-rwxrwxr-x
_badges.scss
335
B
-rwxrwxr-x
_buttons.scss
3.2
KB
-rwxrwxr-x
_cards.scss
580
B
-rwxrwxr-x
_carousels.scss
1.18
KB
-rwxrwxr-x
_depreciated.scss
48
B
-rwxrwxr-x
_dropdowns.scss
144
B
-rwxrwxr-x
_footers.scss
314
B
-rwxrwxr-x
_forms.scss
13.31
KB
-rwxrwxr-x
_input-group.scss
414
B
-rwxrwxr-x
_list-group.scss
557
B
-rwxrwxr-x
_loader.scss
177
B
-rwxrwxr-x
_modals.scss
6.35
KB
-rwxrwxr-x
_msc.scss
3.17
KB
-rwxrwxr-x
_navbars.scss
2.73
KB
-rwxrwxr-x
_pagination.scss
1.91
KB
-rwxrwxr-x
_steppers.scss
3.8
KB
-rwxrwxr-x
_switch.scss
894
B
-rwxrwxr-x
_tables.scss
1.36
KB
-rwxrwxr-x
_treeview.scss
418
B
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _steppers.scss
// Steppers ul.stepper { counter-reset: section; overflow-y: auto; overflow-x: hidden; margin: 1em -1.5rem; padding: 0 1.5rem; padding: 1.5rem; li { a { padding: $stepper-li-a-padding; text-align: center; .circle { display: inline-block; color: $stepper-li-a-circle-color; border-radius: $stepper-li-a-circle-border-radius; background: $stepper-li-a-circle-bg; width: 1.75rem; height: 1.75rem; text-align: center; line-height: 1.7rem; margin-right: $stepper-li-a-circle-mr; } .label { display: inline-block; color: $stepper-li-a-circle-bg; } } &.active, &.completed { a { .circle { @extend .primary-color; } .label { font-weight: 600; color: $stepper-li-a-label-color; } } } &.warning { a { .circle { @extend .danger-color; } } } } } // Horizontal .stepper-horizontal { position: relative; display: flex; justify-content: space-between; li { transition: $stepper-horizontal-li-transition; display: flex; align-items: center; flex: 1; position: relative; a { .label { margin-top: $stepper-horizontal-li-a-label-mt; } } &:not(:last-child):after { content: ""; position: relative; flex: 1; margin: $stepper-horizontal-li-after-margin 0 0 0; height: $stepper-horizontal-li-after-height; background-color: $stepper-horizontal-li-after-bgc; } &:not(:first-child):before { content: ""; position: relative; flex: 1; margin: $stepper-horizontal-li-after-margin 0 0 0; height: $stepper-horizontal-li-after-height; background-color: $stepper-horizontal-li-after-bgc; } &:hover { background-color: rgba(0, 0, 0, .06); } } @media (max-width: $stepper-horizontal-breakpoint) { flex-direction: column; li { align-items: flex-start; flex-direction: column; a { .label { flex-flow: column nowrap; order: 2; margin-top: $stepper-horizontal-small-li-a-label-mt; } } &:not(:last-child):after { content: ""; position: absolute; width: $stepper-horizontal-small-li-after-width; height: $stepper-horizontal-small-li-after-height; left: $stepper-horizontal-small-li-after-left; top: $stepper-horizontal-small-li-after-top; } } } >li:not(:last-of-type) { margin-bottom: 0 !important; } } // Vertical .stepper-vertical { position: relative; display: flex; flex-direction: column; justify-content: space-between; li { display: flex; align-items: flex-start; flex: 1; flex-direction: column; position: relative; a { align-self: flex-start; display: flex; position: relative; .circle { order: 1; } .label { flex-flow: column nowrap; order: 2; margin-top: $stepper-vertical-li-a-label-mt; } } &.completed { a { .label { font-weight: 500; } } } .step-content { display: block; margin-top: 0; margin-left: $stepper-vertical-li-step-content-ml; padding: $stepper-vertical-li-step-content-padding; p { font-size: $stepper-vertical-li-step-content-p-font-size; } } &:not(:last-child):after { content: ""; position: absolute; width: $stepper-vertical-li-after-width; height: $stepper-vertical-li-after-height; left: $stepper-vertical-li-after-left; top: $stepper-vertical-li-after-top; background-color: $stepper-vertical-li-after-bgc; } } }
Close