Merge remote-tracking branch 'origin/feature/CASH-1399' into feature/CASH-1399

This commit is contained in:
Johnny shultz 2025-08-13 16:22:24 -04:00
commit a8385653da
4 changed files with 12 additions and 3 deletions

View file

@ -1039,6 +1039,7 @@ export default {
fieldset { fieldset {
flex-grow: 1; flex-grow: 1;
position: relative; position: relative;
width: 100%;
.view-more-dates { .view-more-dates {
color: $blue; color: $blue;

View file

@ -219,7 +219,7 @@ export default {
&.has-subheader { &.has-subheader {
& > .package-specs { & > .package-specs {
display: inline-flex; display: inline-flex;
@include media-breakpoint-up(md) { @include media-breakpoint-up(lg) {
& > div:first-of-type { & > div:first-of-type {
display: flex; display: flex;
} }
@ -335,6 +335,9 @@ export default {
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
white-space: nowrap; white-space: nowrap;
@include media-breakpoint-up(md) {
display: inline-flex;
}
&.sub-label { &.sub-label {
color: $green; color: $green;
@ -374,6 +377,8 @@ export default {
} }
div.discount-price { div.discount-price {
color: $green; color: $green;
font-family: UrbanistSemibold, Arial, Helvetica, sans-serif;
font-weight: 600;
} }
@include media-breakpoint-up(md) { @include media-breakpoint-up(md) {
position: absolute; position: absolute;
@ -457,6 +462,8 @@ export default {
font-weight: 600; font-weight: 600;
line-height: 20px; line-height: 20px;
font-size: 1.25rem; font-size: 1.25rem;
font-family: UrbanistSemibold, Arial, Helvetica, sans-serif;
font-weight: 600;
span.strikethrough-price { span.strikethrough-price {
text-decoration: line-through; text-decoration: line-through;

View file

@ -903,7 +903,7 @@ export default {
padding-bottom: 2rem; padding-bottom: 2rem;
:deep(.nav-bar) { :deep(.nav-bar) {
position: initial; position: initial;
button { button.btn {
width: 100%; width: 100%;
justify-content: center; justify-content: center;
} }

View file

@ -314,13 +314,14 @@ export default {
&.pricing-info { &.pricing-info {
color: $green; color: $green;
font-size: 0.875rem; font-size: 0.875rem;
font-family: UrbanistSemibold, Arial, Helvetica, sans-serif;
font-weight: 600;
@include media-breakpoint-up(md) { @include media-breakpoint-up(md) {
position: absolute; position: absolute;
bottom: 0.75rem; bottom: 0.75rem;
left: 0; left: 0;
width: 100%; width: 100%;
margin-left: 1.25rem; margin-left: 1.25rem;
font-weight: 600;
} }
span.strikethrough-price { span.strikethrough-price {
text-decoration: line-through; text-decoration: line-through;