Sha256: 5841a7c5c49a4e9294353b884ccaec3cc4a116f36b8ec3063bdd47da2c37a30b
Contents?: true
Size: 487 Bytes
Versions: 19
Compression:
Stored size: 487 Bytes
Contents
/* TODO: when new SplitView lands, do this proper (\$theme.split-divider) */ $theme.split-divider { background: transparent; border: 0px none; z-index: 1; .line { background: #333; border: 0px none; position: absolute; } .sc-layout-horizontal & { .line { left: 5px; width: 1px; top: 0px; bottom: 0px; } } .sc-layout-vertical & { .line { top: 5px; height: 1px; left: 0px; right: 0px; } } }
Version data entries
19 entries across 19 versions & 1 rubygems