Sha256: 1b5e19bc526c8dca28b0a9bd883b3922a16c2860529dc9c24d7dfbc7277d2510
Contents?: true
Size: 528 Bytes
Versions: 17
Compression:
Stored size: 528 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, input:focus, input:active, input:focus-within { & + .color-select-label .color-select-border { stroke: $secondary-color; } }
Version data entries
17 entries across 17 versions & 1 rubygems