chore: remove code duplication and clean up

This commit is contained in:
Cory Dransfeldt 2024-05-28 10:25:38 -07:00
parent 5a402c4def
commit 694dae0b06
No known key found for this signature in database
34 changed files with 246 additions and 292 deletions

View file

@ -8,7 +8,7 @@
margin-bottom: var(--sizing-md);
}
& .progress-bar__wrapper {
& .progress-bar-wrapper {
max-width: 40%;
margin-left: var(--sizing-lg);
}

View file

@ -1,4 +1,4 @@
.progress-bar__wrapper {
.progress-bar-wrapper {
display: flex;
background-color: rgba(217, 222, 228, .6);
border-radius: var(--rounded-lg);