Sha256: f6d0410b1dbdd439d5fa474a63082a99c8979acb41106c9e97c39851c46b9004
Contents?: true
Size: 470 Bytes
Versions: 3
Compression:
Stored size: 470 Bytes
Contents
.color-select { &-border { stroke: $second-global-border; &--selected { stroke: $secondary-color; } } &-label { cursor: pointer; @include media-breakpoint-up(sm) { svg { width: 49px; height: 49px; } } @include media-breakpoint-up(md) { svg { width: auto; height: auto; } } } } input:checked + label svg .color-select-border { stroke: $secondary-color !important; }
Version data entries
3 entries across 3 versions & 1 rubygems