alchemy-ajatar-theme
Version:
25 lines (20 loc) • 383 B
text/less
.progress {
background-color: @gray-dark;
box-shadow: none;
.progress-bar {
background-color: @blue;
box-shadow: none;
}
.progress-bar-info {
background-color: @blue-light;
}
.progress-bar-danger {
background-color: @red;
}
.progress-bar-warning {
background-color: @yellow;
}
.progress-bar-success {
background-color: @green;
}
}