Sha256: 605f3490be16eaccd4525c043178f63dedc3f76e97b1239b7f7637ce69cc8284
Contents?: true
Size: 744 Bytes
Versions: 21
Compression:
Stored size: 744 Bytes
Contents
.wizard__steps{ list-style-type: none; margin-left: .25rem; &.steps-toggle{ margin-top: 1rem; } li{ border: none; color: $primary; border-left: 2px solid $primary; box-sizing: border-box; border-radius: 0; padding: 1rem 0; font-size: .875rem; cursor: default; } li::before{ border-radius: 50%; background-color: $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
21 entries across 21 versions & 1 rubygems