Sha256: 0ecb007850a6f2560f3f12139b0b863a3ec6d3092e6001614966ad57b29b7453
Contents?: true
Size: 695 Bytes
Versions: 6
Compression:
Stored size: 695 Bytes
Contents
@use '../0-tools/vars' as *; .svg__fill { &--blue { fill: $primary-blue; } &--white { fill: $white; } } .svg { height: 100px; width: 100px; &--none { fill: none; } &--blue { fill: $primary-blue; } &--red { fill: $primary-red; } } .svg--max-width { max-width: 100%; } .svg { &__button { height: 48px; width: 48px; } &--fill-none { fill: none; } &--fill-white { fill: $white; } &--fill-blue { fill: $primary-blue; } &--fill-green { fill: $success-check-mark; } &__earn-more { transform: scale(1.35); } } .svg__fill--bright-red { fill: #C81F49; } .svg__fill--red-shadow { fill: #8F0F28; }
Version data entries
6 entries across 6 versions & 1 rubygems