Sha256: d881d1a2cc74415f1fcb8d22210be163abca954878b994ecfc46d0f6bf23c963
Contents?: true
Size: 699 Bytes
Versions: 37
Compression:
Stored size: 699 Bytes
Contents
@import "../../tokens/colors"; [class^="pb_table"] { .sticky { position: sticky !important; z-index: 1; background-color: white; } // For use with sticky left columns .sticky-left-shadow { box-shadow: 4px 0 10px rgba(60, 106, 172, 0.16) !important; left: 0; } .with-border-right { border-right: 1px solid $border_light !important; left: 0; } // For use with sticky right columns .sticky-right-shadow { box-shadow: -4px 0 10px rgba(60, 106, 172, 0.16) !important; right: 0; } .with-border-left { border-left: 1px solid $border_light !important; right: 0; } }
Version data entries
37 entries across 37 versions & 1 rubygems