12 lines
No EOL
274 B
CSS
12 lines
No EOL
274 B
CSS
.progress-bar-wrapper {
|
|
display: flex;
|
|
height: var(--sizing-lg);
|
|
width: 100%;
|
|
background-color: #d9dee499;
|
|
border-radius: var(--border-radius-full);
|
|
|
|
& .progress-bar {
|
|
background-color: var(--accent-color);
|
|
border-radius: var(--border-radius-full);
|
|
}
|
|
} |