1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
// Progress .Progress { display: flex; height: 8px; overflow: hidden; // stylelint-disable-next-line primer/colors background-color: $gray-200; border-radius: $border-radius; } .Progress--large { height: 10px; } .Progress--small { height: 5px; }