Sha256: 5cc69bcbdbaae2d03ba0d2d6dfe772a6c5b2b74f19e0280dc6900e09ff872170
Contents?: true
Size: 375 Bytes
Versions: 28
Compression:
Stored size: 375 Bytes
Contents
@mixin scroll-default { &::-webkit-scrollbar { width: 12px; background-color: transparent; } &::-webkit-scrollbar-thumb { background-color: $slate; background-clip: padding-box; border: 4px solid transparent; @include border-radius(16px); } &::-webkit-scrollbar-track { background-color: $white; @include border-radius(4px); } }
Version data entries
28 entries across 28 versions & 1 rubygems