CASH-1396 quote page UI bug fixes.

This commit is contained in:
Bryan Mauger 2025-08-12 12:30:50 -04:00
parent dbe321cd34
commit af7e124af9
3 changed files with 16 additions and 3 deletions

View file

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

View file

@ -130,7 +130,8 @@ export default {
.callout { .callout {
font-family: font-family:
UrbanistSemibold Arial, UrbanistSemibold,
Arial,
Helvetica, Helvetica,
sans-serif; sans-serif;
} }

View file

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