Sha256: 7092b5c2d7ed888d0fb99b6431215448c0e2ac4fc5e4519dc5a6857cfb16187d
Contents?: true
Size: 644 Bytes
Versions: 6
Compression:
Stored size: 644 Bytes
Contents
.progress @extend .block -moz-appearance: none -webkit-appearance: none border: none border-radius: 290486px display: block height: 12px overflow: hidden padding: 0 width: 100% &::-webkit-progress-bar background: $border &::-webkit-progress-value background: $text &::-moz-progress-bar background: $text // Colors @each $name, $pair in $colors $color: nth($pair, 1) &.is-#{$name} &::-webkit-progress-value background: $color &::-moz-progress-bar background: $color // Sizes &.is-small height: 8px &.is-medium height: 16px &.is-large height: 20px
Version data entries
6 entries across 6 versions & 1 rubygems