CSR-1777: additional CSS tweaks

This commit is contained in:
Adam Caouette 2023-11-21 10:50:20 -05:00
parent a5093a242c
commit 77279990bb
2 changed files with 4 additions and 1 deletions

View file

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

View file

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