fixed infobox gradient color

This commit is contained in:
REJack
2019-06-19 14:44:12 +02:00
parent 8fe10a9963
commit 2c5cf85ee0
5 changed files with 20 additions and 20 deletions

View File

@@ -61,7 +61,7 @@
@each $name, $color in $theme-colors {
.info-box.bg-#{$name},
.info-box.bg-#{$name}-gradient {
.info-box.bg-gradient-#{$name} {
color: color-yiq($color);
.progress-bar {