Sha256: 350d4c1db12d6811c539f47ed189dccae99f3b3fedaa6ab74b3438a1d95ae280
Contents?: true
Size: 422 Bytes
Versions: 15
Compression:
Stored size: 422 Bytes
Contents
// // Steps // .nav-steps { .nav-item { &.visited, &.active { &::before { background-color: var(--brand-primary); } .step-indicator { color: var(--brand-primary-yiq); background-color: var(--brand-primary); border-color: var(--brand-primary); } } .step-indicator { &::after { box-shadow: 0 0 0 ($spacer * .25) var(--brand-primary-transparent); } } } }
Version data entries
15 entries across 15 versions & 1 rubygems