/
home
/
techb158
/
dev.balacoffee.com
/
resources
/
src
/
assets
/
styles
/
vendor
/
bootstrap
/
/home/techb158/dev.balacoffee.com/resources/src/assets/styles/vendor/bootstrap
mkdir
upload
Name
Size
Mode
Actions
.github/
-
0755
rm
mixins/
-
0755
rm
utilities/
-
0755
rm
.babelrc.js
298
0644
edit
dl
rm
.browserslistrc
205
0644
edit
dl
rm
.editorconfig
222
0644
edit
dl
rm
.eslintignore
61
0644
edit
dl
rm
.eslintrc.json
7099
0644
edit
dl
rm
.gitattributes
398
0644
edit
dl
rm
.gitignore
597
0644
edit
dl
rm
.stylelintignore
49
0644
edit
dl
rm
.stylelintrc
7635
0644
edit
dl
rm
.travis.yml
741
0644
edit
dl
rm
bootstrap-grid.scss
649
0644
edit
dl
rm
bootstrap-reboot.scss
411
0644
edit
dl
rm
bootstrap.scss
899
0644
edit
dl
rm
_alert.scss
1150
0644
edit
dl
rm
_badge.scss
982
0644
edit
dl
rm
_breadcrumb.scss
1278
0644
edit
dl
rm
_button-group.scss
3740
0644
edit
dl
rm
_buttons.scss
2780
0644
edit
dl
rm
_card.scss
6037
0644
edit
dl
rm
_carousel.scss
5253
0644
edit
dl
rm
_close.scss
873
0644
edit
dl
rm
_code.scss
968
0644
edit
dl
rm
_custom-forms.scss
12262
0644
edit
dl
rm
_dropdown.scss
3839
0644
edit
dl
rm
_forms.scss
8757
0644
edit
dl
rm
_functions.scss
2660
0644
edit
dl
rm
_grid.scss
1016
0644
edit
dl
rm
_images.scss
1146
0644
edit
dl
rm
_input-group.scss
5359
0644
edit
dl
rm
_jumbotron.scss
378
0644
edit
dl
rm
_list-group.scss
2887
0644
edit
dl
rm
_media.scss
83
0644
edit
dl
rm
_mixins.scss
984
0644
edit
dl
rm
_modal.scss
4934
0644
edit
dl
rm
_nav.scss
2022
0644
edit
dl
rm
_navbar.scss
6529
0644
edit
dl
rm
_pagination.scss
1874
0644
edit
dl
rm
_popover.scss
4536
0644
edit
dl
rm
_print.scss
3003
0644
edit
dl
rm
_progress.scss
864
0644
edit
dl
rm
_reboot.scss
11551
0644
edit
dl
rm
_root.scss
572
0644
edit
dl
rm
_tables.scss
3519
0644
edit
dl
rm
_toasts.scss
974
0644
edit
dl
rm
_tooltip.scss
2503
0644
edit
dl
rm
_transitions.scss
311
0644
edit
dl
rm
_type.scss
2115
0644
edit
dl
rm
_utilities.scss
436
0644
edit
dl
rm
_variables.scss
33188
0644
edit
dl
rm
Edit:
/home/techb158/dev.balacoffee.com/resources/src/assets/styles/vendor/bootstrap/_tables.scss
(3519B)
// // Basic Bootstrap table // .table { 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; } } // Border versions // // Add or remove 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); } } } .table-borderless { th, td, thead th, tbody + tbody { border: 0; } } // Zebra-striping // // Default zebra-stripe styles (alternating gray and transparent backgrounds) .table-striped { tbody tr:nth-of-type(#{$table-striped-order}) { 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