Sha256: b8aa6b6da90794abfb5b3e78f792c25c85e83aad5eedc3b0224f3ba837da563e
Contents?: true
Size: 535 Bytes
Versions: 39
Compression:
Stored size: 535 Bytes
Contents
.progress-list-flex { display: flex; justify-content: space-between; margin-bottom: 20px; a { border-width: 1px; border-color: white; border-style: solid; width: 100%; height: 10px; background-color: $gray-200; &:hover { text-decoration: none; } &.active:after { content: '•'; } } .success { background-color: $success; } .warning { background-color: $warning; } .danger { background-color: $danger; } .info { background-color: $info; } }
Version data entries
39 entries across 39 versions & 1 rubygems