Merge pull request #1558 from Safelite/feature/CSR-1777-bugfix-ajc
CSR-1777: another css adjustment
This commit is contained in:
commit
7686b9c9ce
1 changed files with 3 additions and 5 deletions
|
|
@ -205,12 +205,10 @@ export default {
|
|||
}
|
||||
|
||||
p:not(.link-styling) {
|
||||
color: $gray-600;
|
||||
text-align: left;
|
||||
|
||||
&.sub-copy {
|
||||
color: $gray-550;
|
||||
}
|
||||
}
|
||||
p:not(.link-styling):not(.sub-copy) {
|
||||
color: $gray-600;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue