Files
Self-Service-Dashboard/static/progress_bar.css
2026-04-06 15:48:27 -04:00

17 lines
271 B
CSS

:root {
--progress-top: #becbd8;
}
.progress-bar {
width: 100%;
background-color: var(--bg-input);
height: 20px;
border-radius: 10px;
}
.progress-bar-progress {
background-color: var(--progress-top);
height: 20px;
border-radius: 10px;
}