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 : _tables.scss
// Tables table { th { font-size: $table-th-font-size; font-weight: 400; } td { font-size: $table-td-font-size; font-weight: 300; } &.table { thead th { border-top: none; } th, td { padding-top: $table-th-padding-top; padding-bottom: $table-td-padding-bottom; } a { margin: 0; color: $table-a-color; // &.btn { // color: inherit; // } } .label-table { margin: 0; padding: 0; line-height: $table-label-height; height: $table-label-line-height; } &.btn-table { td { vertical-align: middle; } } } &.table-hover { tbody { tr { &:hover { transition: $table-hover-transition; background-color: $table-hover-background-color; } } } } .th-lg { min-width: $table-th-lg-min-width; } .th-sm { min-width: $table-th-sm-min-width; } &.table-sm { th, td { padding-top: $table-sm-padding-y; padding-bottom: $table-sm-padding-y; } } } .table-scroll-vertical { max-height: $table-scroll-vertical-max-height; overflow-y: auto; } .table-fixed { table-layout: fixed; } .table-responsive, .table-responsive-sm, .table-responsive-md, .table-responsive-lg, .table-responsive-xl { > .table-bordered { border-top: 1px solid #dee2e6; } }
Close