Sha256: b290894c524e3e56093278d316d2f626f4eee35bef959821356f1dfd41db7f8b
Contents?: true
Size: 601 Bytes
Versions: 126
Compression:
Stored size: 601 Bytes
Contents
@import "../tokens/colors"; @import "../tokens/spacing"; @mixin section_separator_vertical($dark: false) { @if $dark == false { background: $border_light; } @else { background: $border_dark; } content: ""; height: 100%; width: 1px; position: initial; z-index: 0; } @mixin section_separator_horizontal($dark: false) { @if $dark == false { background: $border_light; } @else { background: $border_dark; } content: ""; height: 1px; width: 100%; position: absolute; top: 50%; left: 0; z-index: 0; }
Version data entries
126 entries across 126 versions & 1 rubygems