fix(text): add important to override paragraphs in items

This commit is contained in:
Brandy Carney
2018-01-17 18:27:05 -05:00
parent 458f758e19
commit 7ab363f7ba
2 changed files with 6 additions and 4 deletions

View File

@ -9,8 +9,9 @@
@each $color-name, $color-base, $color-contrast in get-colors($colors-ios) {
.text-ios-#{$color-name},
.text-ios-#{$color-name} a {
color: $color-base;
.text-ios-#{$color-name} a,
.text-ios-#{$color-name} p {
color: $color-base !important
}
}

View File

@ -9,8 +9,9 @@
@each $color-name, $color-base, $color-contrast in get-colors($colors-md) {
.text-md-#{$color-name},
.text-md-#{$color-name} a {
color: $color-base;
.text-md-#{$color-name} a,
.text-md-#{$color-name} p {
color: $color-base !important;
}
}