_progressbar.scss 222 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 .progressbar { .step { width: 25%; opacity: 0.3; } .step-first { border-radius: 20px 0 0 20px; } .step-last { border-radius: 0 20px 20px 0; } .active { width: 33%; opacity: 1;} }