Sha256: 9037806397e85571f79f2eda1c57ddcfdea8e790fb7cdad0dea8a87b5550c5ee
Contents?: true
Size: 1.57 KB
Versions: 4
Compression:
Stored size: 1.57 KB
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, -1px 0 0 0px $border_light } &[class^=pb_table].table-sm.table-card thead tr th:first-child, &[class^=pb_table].table-sm:not(.no-hover).table-card tbody tr td:first-child { border-left-width: 0px; } &[class^=pb_table].table-md.table-card thead tr th:first-child, &[class^=pb_table].table-md:not(.no-hover).table-card tbody tr td:first-child { border-left-width: 0px; } &[class^=pb_table].table-lg.table-card thead tr th:first-child, &[class^=pb_table].table-lg:not(.no-hover).table-card tbody tr td:first-child { border-left-width: 0px; } &[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
4 entries across 4 versions & 1 rubygems