Sha256: 10b1de2c4573a0b6872ed03f87cb4f5634cdabce9f40379f8121fb83b6ad828c
Contents?: true
Size: 563 Bytes
Versions: 50
Compression:
Stored size: 563 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-lighter; &:hover { text-decoration: none; } &.active:after { content: '•'; } } .success { background-color: $brand-success; } .warning { background-color: $brand-warning; } .danger { background-color: $brand-danger; } .info { background-color: $brand-info; } }
Version data entries
50 entries across 50 versions & 1 rubygems