Sha256: d91410b8367b42a73957b5c49dab1feb59c72fc6d701f206b22f149ca50a6046
Contents?: true
Size: 750 Bytes
Versions: 873
Compression:
Stored size: 750 Bytes
Contents
@import "../tokens/spacing"; @import "../tokens/colors"; @import "../tokens/opacity"; $primary_border: rgba($white, $opacity_1); $secondary_border: rgba($white, $opacity_10); $primary_dark: rgba($bg_dark, $opacity_2); $secondary_dark: rgba($bg_dark, $opacity_2); @mixin toolbar_border($horizontal: true, $color: $color) { @if $horizontal == true { height: 2px; width: calc(100% + #{$space_md} + #{$space_md}); top: calc(-#{$space_xs} - 1px); left: -$space_md; } @else { width: 2px; height: $space_md; top: 0; right: calc(#{$space_lg} + 2px); } background-color: $color; content: ''; position: relative; bottom: 0; display: block; }
Version data entries
873 entries across 873 versions & 1 rubygems