This repository has been archived on 2025-03-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coryd.dev-eleventy/src/assets/styles/components/progress-bar.css
2024-03-02 13:08:41 -08:00

13 lines
No EOL
282 B
CSS

.progress-bar__wrapper {
display: flex;
background-color: rgba(217, 222, 228, .6);
border-radius: var(--rounded-lg);
overflow: hidden;
height: var(--sizing-lg);
width: 100%;
margin-bottom: var(--sizing-xs);
}
.progress-bar {
background-color: var(--accent-color);
}