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 {
|
||||
font-weight: 600;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
|
|
|||
|
|
@ -130,7 +130,8 @@ export default {
|
|||
|
||||
.callout {
|
||||
font-family:
|
||||
UrbanistSemibold Arial,
|
||||
UrbanistSemibold,
|
||||
Arial,
|
||||
Helvetica,
|
||||
sans-serif;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue