chore: remove utility classes + cleanup
This commit is contained in:
parent
4302f61f8c
commit
8a8de24caa
30 changed files with 247 additions and 214 deletions
|
@ -2,7 +2,7 @@
|
|||
display: flex;
|
||||
height: var(--sizing-lg);
|
||||
width: 100%;
|
||||
background-color: #d9dee499;
|
||||
background-color: var(--gray-background-transparent);
|
||||
border-radius: var(--border-radius-full);
|
||||
|
||||
& .progress-bar {
|
||||
|
|
Reference in a new issue