CSR-1777: another css adjustment
This commit is contained in:
parent
77279990bb
commit
5ffb873b6f
1 changed files with 3 additions and 5 deletions
|
|
@ -205,12 +205,10 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
p:not(.link-styling) {
|
p:not(.link-styling) {
|
||||||
color: $gray-600;
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
}
|
||||||
&.sub-copy {
|
p:not(.link-styling):not(.sub-copy) {
|
||||||
color: $gray-550;
|
color: $gray-600;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue