Sha256: 1821a10ccb80a540424db21f94e9f073c6333252df2e6d20d04cc43456d0a7da
Contents?: true
Size: 484 Bytes
Versions: 18
Compression:
Stored size: 484 Bytes
Contents
/* Progress */ .Progress { display: flex; height: 8px; overflow: hidden; background-color: var(--bgColor-neutral-muted); border-radius: var(--borderRadius-medium); 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: var(--base-size-2); }
Version data entries
18 entries across 18 versions & 2 rubygems