Sha256: 4d7168ee694a50e724aaeb7fb58952530feed0702967ac9badf7cf4309faa466
Contents?: true
Size: 934 Bytes
Versions: 17
Compression:
Stored size: 934 Bytes
Contents
@import "../../tokens/screen_sizes"; .table-responsive-scroll { display: block; overflow-x: scroll; // Responsive Styles @media (max-width: 1600px) { &[class*="table-responsive-scroll"] { border-radius: 4px; box-shadow: 1px 0 0 0px $border_light } &[class^=pb_table].table-sm.table-card thead tr th:last-child, &[class^=pb_table].table-sm:not(.no-hover).table-card tbody tr td:last-child { border-right-width: 0px; } &[class^=pb_table].table-md.table-card thead tr th:last-child, &[class^=pb_table].table-md:not(.no-hover).table-card tbody tr td:last-child { border-right-width: 0px; } &[class^=pb_table].table-lg.table-card thead tr th:last-child, &[class^=pb_table].table-lg:not(.no-hover).table-card tbody tr td:last-child { border-right-width: 0px; } } }
Version data entries
17 entries across 17 versions & 1 rubygems