Sha256: c7b1ecac051d92f08a79d1ef2908ec3304989081749296e0ab6626af356605cc
Contents?: true
Size: 444 Bytes
Versions: 27
Compression:
Stored size: 444 Bytes
Contents
/* Progress */ .Progress { display: flex; height: 8px; overflow: hidden; background-color: var(--color-neutral-muted); border-radius: 6px; outline: 1px solid transparent; /* Support Firefox custom colors */ } .Progress--large { height: 10px; } .Progress--small { height: 5px; } .Progress-item { outline: 2px solid transparent; /* Support Firefox custom colors */ } .Progress-item + .Progress-item { margin-left: 2px; }
Version data entries
27 entries across 27 versions & 1 rubygems