Merge pull request #1555 from Safelite/feature/CSR-1777-bugfix-ajc

CSR-1777: additional CSS tweaks
This commit is contained in:
AdamCaouetteSafelite 2023-11-21 11:01:48 -05:00 committed by GitHub
commit 6fd63b515a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -204,7 +204,7 @@ export default {
margin-bottom: 0;
}
p {
p:not(.link-styling) {
color: $gray-600;
text-align: left;

View file

@ -411,6 +411,9 @@ export default {
text-align: center;
color: $green;
}
p:last-child {
margin-bottom: 0;
}
.wiper-options {
.ui-checkbox {
display: block;