CASH-1396 quote page UI bug fixes.
This commit is contained in:
parent
dbe321cd34
commit
af7e124af9
3 changed files with 16 additions and 3 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -130,7 +130,8 @@ export default {
|
||||||
|
|
||||||
.callout {
|
.callout {
|
||||||
font-family:
|
font-family:
|
||||||
UrbanistSemibold Arial,
|
UrbanistSemibold,
|
||||||
|
Arial,
|
||||||
Helvetica,
|
Helvetica,
|
||||||
sans-serif;
|
sans-serif;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue