Merge pull request #1943 from Safelite/CSR-2171-update-price-colors

CSR-2171 update price colors
This commit is contained in:
bmauger 2024-08-20 14:18:11 -04:00 committed by GitHub
commit 1d411a3216
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -189,7 +189,7 @@ export default {
}
&.has-text {
border-radius: 0 0 0.5rem 0.5rem;
border: 1px solid #469d2a; //Temp color
border: 1px solid $green;
}
&:before {
@ -293,7 +293,6 @@ export default {
width: 100%;
text-align: center;
font-size: 1.125rem;
color: $gray-500;
}
span.strikethrough-price {
text-decoration: line-through;
@ -312,7 +311,7 @@ export default {
}
span {
&.service-package-discount {
color: #469d2a; //Temp color
color: $green;
text-align: end;
font-weight: 500;
font-size: 13px;
@ -326,7 +325,7 @@ export default {
padding-right: 2px;
}
div.discount-price {
color: #469d2a; //Temp color
color: $green;
font-weight: 600;
font-size: 1.625rem;
}
@ -376,7 +375,7 @@ export default {
display: flex;
border-top-right-radius: 0.5rem;
border-top-left-radius: 0.5rem;
background-color: #469d2a; //Temp color
background-color: $green;
align-items: center;
justify-content: center;
width: 100%;