/
var
/
www
/
cobraambalaj
/
node_modules
/
shards-ui
/
src
/
scss
/
/var/www/cobraambalaj/node_modules/shards-ui/src/scss
mkdir
upload
Name
Size
Mode
Actions
mixins/
-
0755
rm
utilities/
-
0755
rm
shards.scss
939
0644
edit
dl
rm
_alert.scss
948
0644
edit
dl
rm
_badge.scss
1005
0644
edit
dl
rm
_button-group.scss
1907
0644
edit
dl
rm
_buttons.scss
2477
0644
edit
dl
rm
_card.scss
4369
0644
edit
dl
rm
_carousel.scss
1421
0644
edit
dl
rm
_close.scss
260
0644
edit
dl
rm
_code.scss
768
0644
edit
dl
rm
_custom-datepicker.scss
5329
0644
edit
dl
rm
_custom-forms.scss
12737
0644
edit
dl
rm
_custom-sliders.scss
5796
0644
edit
dl
rm
_dropdown.scss
2067
0644
edit
dl
rm
_forms.scss
4360
0644
edit
dl
rm
_functions.scss
2794
0644
edit
dl
rm
_icons.scss
115
0644
edit
dl
rm
_images.scss
416
0644
edit
dl
rm
_input-group.scss
4338
0644
edit
dl
rm
_jumbotron.scss
318
0644
edit
dl
rm
_list-group.scss
2074
0644
edit
dl
rm
_mixins.scss
929
0644
edit
dl
rm
_modal.scss
1751
0644
edit
dl
rm
_nav.scss
2897
0644
edit
dl
rm
_navbar.scss
3368
0644
edit
dl
rm
_pagination.scss
1524
0644
edit
dl
rm
_popover.scss
3904
0644
edit
dl
rm
_progress.scss
1072
0644
edit
dl
rm
_reboot.scss
841
0644
edit
dl
rm
_root.scss
669
0644
edit
dl
rm
_tables.scss
1453
0644
edit
dl
rm
_tooltip.scss
1854
0644
edit
dl
rm
_transitions.scss
141
0644
edit
dl
rm
_type.scss
2097
0644
edit
dl
rm
_utilities.scss
116
0644
edit
dl
rm
_variables.scss
38418
0644
edit
dl
rm
Edit:
/var/www/cobraambalaj/node_modules/shards-ui/src/scss/_tables.scss
(1453B)
// // Bootstrap 4 tables adjustments // .table { background-color: $table-bg; th, td { padding: $table-cell-padding; } .table { background-color: $body-bg; } } // // Condensed table w/ half padding // .table-sm { th, td { padding: $table-cell-padding-sm; } } // Table backgrounds // // Exact selectors below required to override `.table-striped` and prevent // inheritance to nested tables. @each $color, $value in $theme-colors { @include table-row-variant($color, theme-color-level($color, -9)); } @include table-row-variant(active, $table-active-bg); // Dark styles // // Same table markup, but inverted color scheme: dark background and light text. // stylelint-disable-next-line no-duplicate-selectors .table { .thead-dark { th { color: $table-dark-color; background-color: $table-dark-bg; border-color: $table-dark-border-color; } } .thead-light { th { color: $table-head-color; background-color: $table-head-bg; border-color: $table-border-color; } } } .table-dark { color: $table-dark-color; background-color: $table-dark-bg; th, td, thead th { border-color: $table-dark-border-color; } &.table-striped { tbody tr:nth-of-type(odd) { background-color: $table-dark-accent-bg; } } &.table-hover { tbody tr { @include hover { background-color: $table-dark-hover-bg; } } } }
Save
cmd:
run