Sha256: 54b6f320093f79e95c4746f40087768aacba68c09699eb13335b7386967dfd61
Contents?: true
Size: 1.59 KB
Versions: 94
Compression:
Stored size: 1.59 KB
Contents
@import "../../tokens/screen_sizes"; $table-dark-card-bg: $card_dark; [class^=pb_table] { &.table-sm, &.table-md, &.table-lg { &.table-dark { thead { tr { border-color: $border_dark !important; th { border-color: $border_dark !important; color: $text_dk_light; } } } tbody { tr { border-color: $border_dark; transition: none !important; td { border-color: $border_dark !important; color: $white; &:before { color: $text_lt_light !important; } } &:first-child { td { border-top-width: 0 !important; } } } } &.table-card { background: $table-dark-card-bg !important; } } } } @media only screen and (max-width: $screen-xs-max) { [class^=pb_table] { &.table-sm, &.table-md, &.table-lg { &.table-card { &.table-dark { background: none !important; tbody { tr { td { background: $table-dark-card-bg !important; } } } } } &.table-dark { tbody { tr { td { &:first-child { border-top-color: $border_dark !important; } } &:first-child { td { border-top-width: 1px !important; } } } } } } } }
Version data entries
94 entries across 94 versions & 1 rubygems