Sha256: f86dcbbd57bbdb8a18feef3ebc45096cac3493571046cdab031acb77cfc52e5e
Contents?: true
Size: 762 Bytes
Versions: 56
Compression:
Stored size: 762 Bytes
Contents
.wizard__steps{ list-style-type: none; margin-left: .25rem; &.steps-toggle{ margin-top: 1rem; } li{ border: none; color: var(--primary); border-left: 2px solid var(--primary); box-sizing: border-box; border-radius: 0; padding: 1rem 0; font-size: .875rem; cursor: default; } li::before{ border-radius: 50%; background-color: var(--primary); content: ""; display: inline-block; float: left; height: 10px; line-height: 10px; text-align: center; width: 10px; margin: .4rem 4px 0 -6px; } .step--active{ font-weight: bold; & ~ li{ color: $muted; border-left: 2px solid $muted; &::before{ background-color: $muted; } } } }
Version data entries
56 entries across 56 versions & 1 rubygems