Sha256: 5e963b3d21a60b427078c2051c60752bb69a3a01656cd6b673823b8571cff621
Contents?: true
Size: 575 Bytes
Versions: 27
Compression:
Stored size: 575 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 { .color-select-border { stroke: $secondary-color; } } } } }
Version data entries
27 entries across 27 versions & 2 rubygems