PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
core
/
base
/
resources
/
assets
/
sass
/
base
/
bootstrap
/
mixins
// Tables @mixin table-row-variant($state, $background) { // Exact selectors below required to override `.table-striped` and prevent // inheritance to nested tables. .table > thead > tr, .table > tbody > tr, .table > tfoot > tr { > td.#{$state}, > th.#{$state}, &.#{$state} > td, &.#{$state} > th { background-color: $background; } } // Hover states for `.table-hover` // Note: this is not available for cells or rows within `thead` or `tfoot`. .table-hover > tbody > tr { > td.#{$state}:hover, > th.#{$state}:hover, &.#{$state}:hover > td, &:hover > .#{$state}, &.#{$state}:hover > th { background-color: darken($background, 5%); } } }
[-] _alerts.scss
[edit]
[-] _border-radius.scss
[edit]
[-] _resize.scss
[edit]
[-] _clearfix.scss
[edit]
[-] _grid-framework.scss
[edit]
[-] _labels.scss
[edit]
[-] _progress-bar.scss
[edit]
[-] _reset-text.scss
[edit]
[-] _list-group.scss
[edit]
[-] _background-variant.scss
[edit]
[+]
..
[-] _buttons.scss
[edit]
[-] _text-overflow.scss
[edit]
[-] _reset-filter.scss
[edit]
[-] _forms.scss
[edit]
[-] _table-row.scss
[edit]
[-] _center-block.scss
[edit]
[-] _nav-divider.scss
[edit]
[-] _nav-vertical-align.scss
[edit]
[-] _opacity.scss
[edit]
[-] _panels.scss
[edit]
[-] _hide-text.scss
[edit]
[-] _text-emphasis.scss
[edit]
[-] _grid.scss
[edit]
[-] _responsive-visibility.scss
[edit]
[-] _image.scss
[edit]
[-] _size.scss
[edit]
[-] _pagination.scss
[edit]
[-] _vendor-prefixes.scss
[edit]
[-] _gradients.scss
[edit]
[-] _tab-focus.scss
[edit]