Sha256: e881832087bd21817941998e73ee1f19a90da8117d81f676910a3c8f428c2bbb
Contents?: true
Size: 446 Bytes
Versions: 107
Compression:
Stored size: 446 Bytes
Contents
/* Progress */ .Progress { display: flex; height: 8px; overflow: hidden; background-color: var(--bgColor-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
107 entries across 107 versions & 2 rubygems