Initial Commit

This commit is contained in:
Antoine BOUBE ASTUGUE
2020-03-06 13:53:48 +01:00
commit da781f0bbe
132 changed files with 34810 additions and 0 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;
}