Changing UX for simpler design

This commit is contained in:
2025-04-05 16:37:53 +01:00
parent 5b9119a528
commit be5c9dc3be
358 changed files with 30915 additions and 88568 deletions

View File

@@ -0,0 +1,27 @@
.progress {
background-color: $medium-gray;
border-radius: $border-radius-small;
box-shadow: none;
height: 8px;
}
.progress-thin{
height: 4px;
}
.progress-bar{
background-color: $primary-color;
}
.progress-bar-primary{
background-color: $primary-color;
}
.progress-bar-info{
background-color: $info-color;
}
.progress-bar-success{
background-color: $success-color;
}
.progress-bar-warning{
background-color: $warning-color;
}
.progress-bar-danger{
background-color: $danger-color;
}