Merge pull request #2755 from Safelite/CASH-1396-quote-page-defects

CASH-1396 quote page defects
This commit is contained in:
bmauger 2025-08-12 13:24:58 -04:00 committed by GitHub
commit 74f3a6f17d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 6 deletions

View file

@ -331,7 +331,6 @@ export default {
}
p {
font-weight: 600;
display: flex;
justify-content: space-between;
align-items: center;

View file

@ -129,10 +129,7 @@ export default {
}
.callout {
font-family:
UrbanistSemibold Arial,
Helvetica,
sans-serif;
font-family: UrbanistSemibold, Arial, Helvetica, sans-serif;
}
> div:first-of-type {

View file

@ -243,11 +243,15 @@ export default {
.hide-when-closed {
display: block;
}
p:first-child {
font-weight: 600;
}
}
}
+ .package-label {
border: 1px solid $blue;
max-height: 500px;
background-color: $blue-100;
.special-save-box {
background-color: $green-200;
}
@ -291,12 +295,21 @@ export default {
align-items: center;
}
.pricing-info .insurance-pricing span {
font-size: 0.875rem;
font-family: Urbanist, Arial, Helvetica, sans-serif;
font-weight: 500;
}
p {
font-weight: 600;
font-family: Urbanist, Arial, Helvetica, sans-serif;
display: flex;
justify-content: space-between;
align-items: center;
white-space: nowrap;
&:first-child {
font-weight: 400;
}
span {
&.pricing-info {
color: $green;