/
home
/
techb158
/
dev.balacoffee.com
/
resources
/
src
/
assets
/
styles
/
vendor
/
bootstrap-rtl
/
/home/techb158/dev.balacoffee.com/resources/src/assets/styles/vendor/bootstrap-rtl
mkdir
upload
Name
Size
Mode
Actions
mixins/
-
0755
rm
utilities/
-
0755
rm
bootstrap-grid.scss
680
0644
edit
dl
rm
bootstrap-reboot.scss
422
0644
edit
dl
rm
bootstrap.scss
923
0644
edit
dl
rm
_alert.scss
1201
0644
edit
dl
rm
_badge.scss
1029
0644
edit
dl
rm
_breadcrumb.scss
1287
0644
edit
dl
rm
_button-group.scss
3813
0644
edit
dl
rm
_buttons.scss
2857
0644
edit
dl
rm
_card.scss
5963
0644
edit
dl
rm
_carousel.scss
4510
0644
edit
dl
rm
_close.scss
894
0644
edit
dl
rm
_code.scss
1193
0644
edit
dl
rm
_custom-forms.scss
8094
0644
edit
dl
rm
_dropdown.scss
3242
0644
edit
dl
rm
_forms.scss
9099
0644
edit
dl
rm
_functions.scss
2743
0644
edit
dl
rm
_grid.scss
1068
0644
edit
dl
rm
_images.scss
1188
0644
edit
dl
rm
_input-group.scss
5023
0644
edit
dl
rm
_jumbotron.scss
394
0644
edit
dl
rm
_list-group.scss
3002
0644
edit
dl
rm
_media.scss
91
0644
edit
dl
rm
_mixins.scss
1060
0644
edit
dl
rm
_modal.scss
4791
0644
edit
dl
rm
_nav.scss
2140
0644
edit
dl
rm
_navbar.scss
7092
0644
edit
dl
rm
_pagination.scss
1911
0644
edit
dl
rm
_popover.scss
5022
0644
edit
dl
rm
_print.scss
2892
0644
edit
dl
rm
_progress.scss
894
0644
edit
dl
rm
_reboot.scss
12073
0644
edit
dl
rm
_root.scss
591
0644
edit
dl
rm
_tables.scss
3606
0644
edit
dl
rm
_tooltip.scss
2778
0644
edit
dl
rm
_transitions.scss
488
0644
edit
dl
rm
_type.scss
2240
0644
edit
dl
rm
_utilities.scss
421
0644
edit
dl
rm
_variables.scss
36641
0644
edit
dl
rm
Edit:
/home/techb158/dev.balacoffee.com/resources/src/assets/styles/vendor/bootstrap-rtl/_tables.scss
(3606B)
// // Basic Bootstrap table // .table { width: 100%; max-width: 100%; margin-bottom: $spacer; background-color: $table-bg; // Reset for nesting within parents with `background-color`. th, td { padding: $table-cell-padding; vertical-align: top; border-top: $table-border-width solid $table-border-color; } thead th { vertical-align: bottom; border-bottom: (2 * $table-border-width) solid $table-border-color; } tbody + tbody { border-top: (2 * $table-border-width) solid $table-border-color; } .table { background-color: $body-bg; } } // // Condensed table w/ half padding // .table-sm { th, td { padding: $table-cell-padding-sm; } } // Bordered version // // Add borders all around the table and between all the columns. .table-bordered { border: $table-border-width solid $table-border-color; th, td { border: $table-border-width solid $table-border-color; } thead { th, td { border-bottom-width: (2 * $table-border-width); } } } // Zebra-striping // // Default zebra-stripe styles (alternating gray and transparent backgrounds) .table-striped { tbody tr:nth-of-type(odd) { background-color: $table-accent-bg; } } // Hover effect // // Placed here since it has to come after the potential zebra striping .table-hover { tbody tr { @include hover { background-color: $table-hover-bg; } } } // 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-bordered { border: 0; } &.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; } } } } // Responsive tables // // Generate series of `.table-responsive-*` classes for configuring the screen // size of where your table will overflow. .table-responsive { @each $breakpoint in map-keys($grid-breakpoints) { $next: breakpoint-next($breakpoint, $grid-breakpoints); $infix: breakpoint-infix($next, $grid-breakpoints); &#{$infix} { @include media-breakpoint-down($breakpoint) { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; // See https://github.com/twbs/bootstrap/pull/10057 // Prevent double border on horizontal scroll due to use of `display: block;` > .table-bordered { border: 0; } } } } }
Save
cmd:
run