Merge branch 'release/2025.09.04' into feature/bugfix/CASH-1400
This commit is contained in:
commit
8f9d3a8590
2 changed files with 10 additions and 2 deletions
|
|
@ -219,7 +219,7 @@ export default {
|
|||
&.has-subheader {
|
||||
& > .package-specs {
|
||||
display: inline-flex;
|
||||
@include media-breakpoint-up(md) {
|
||||
@include media-breakpoint-up(lg) {
|
||||
& > div:first-of-type {
|
||||
display: flex;
|
||||
}
|
||||
|
|
@ -335,6 +335,9 @@ export default {
|
|||
justify-content: space-between;
|
||||
align-items: center;
|
||||
white-space: nowrap;
|
||||
@include media-breakpoint-up(md) {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
&.sub-label {
|
||||
color: $green;
|
||||
|
|
@ -374,6 +377,8 @@ export default {
|
|||
}
|
||||
div.discount-price {
|
||||
color: $green;
|
||||
font-family: UrbanistSemibold, Arial, Helvetica, sans-serif;
|
||||
font-weight: 600;
|
||||
}
|
||||
@include media-breakpoint-up(md) {
|
||||
position: absolute;
|
||||
|
|
@ -457,6 +462,8 @@ export default {
|
|||
font-weight: 600;
|
||||
line-height: 20px;
|
||||
font-size: 1.25rem;
|
||||
font-family: UrbanistSemibold, Arial, Helvetica, sans-serif;
|
||||
font-weight: 600;
|
||||
|
||||
span.strikethrough-price {
|
||||
text-decoration: line-through;
|
||||
|
|
|
|||
|
|
@ -314,13 +314,14 @@ export default {
|
|||
&.pricing-info {
|
||||
color: $green;
|
||||
font-size: 0.875rem;
|
||||
font-family: UrbanistSemibold, Arial, Helvetica, sans-serif;
|
||||
font-weight: 600;
|
||||
@include media-breakpoint-up(md) {
|
||||
position: absolute;
|
||||
bottom: 0.75rem;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
margin-left: 1.25rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
span.strikethrough-price {
|
||||
text-decoration: line-through;
|
||||
|
|
|
|||
Loading…
Reference in a new issue