Revert "remove important from extra-info-wrapper color"

This commit is contained in:
Neil Lalonde
2017-04-20 16:27:10 -04:00
parent b801727698
commit 703e6faf54
2 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@ $tag-color: scale-color($primary, $lightness: 40%);
} }
.extra-info-wrapper & { .extra-info-wrapper & {
color: $header-primary; color: $header-primary !important;
} }
&.box { &.box {

View File

@ -37,7 +37,7 @@
text-overflow: ellipsis; text-overflow: ellipsis;
.extra-info-wrapper & { .extra-info-wrapper & {
color: $header-primary; color: $header-primary !important;
} }
} }
@ -69,7 +69,7 @@
} }
.extra-info-wrapper & { .extra-info-wrapper & {
color: $header-primary; color: $header-primary !important;
} }
} }