Merge pull request #1535 from Safelite/feature/CSR-1776-bugfix-ajc

Feature/CSR-1776 and Feature/CSR-1777 bug fixes
This commit is contained in:
AdamCaouetteSafelite 2023-11-16 10:13:18 -05:00 committed by GitHub
commit b8f1d02796
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 6 deletions

View file

@ -79,12 +79,7 @@ export default {
.copy-wrapper {
flex: 1 1 auto;
}
.link-styling {
font-weight: 500;
color: $blue;
text-decoration: underline;
text-underline-offset: 4px;
}
input[type="checkbox"],
input[type="radio"] {
position: absolute;
@ -102,6 +97,12 @@ export default {
&.sub-copy {
color: $green;
}
&.link-styling {
font-weight: 500;
color: $blue;
text-decoration: underline;
text-underline-offset: 4px;
}
}
}

View file

@ -405,6 +405,7 @@ export default {
}
p.price {
text-align: center;
color: $green;
}
.wiper-options {
.ui-checkbox {