mobile qa updates
Showing
5 changed files
with
89 additions
and
0 deletions
| ... | @@ -14584,6 +14584,45 @@ article > h5 { | ... | @@ -14584,6 +14584,45 @@ article > h5 { |
| 14584 | margin-top: 40px; | 14584 | margin-top: 40px; |
| 14585 | margin-bottom: 12px; | 14585 | margin-bottom: 12px; |
| 14586 | } | 14586 | } |
| 14587 | .badges, .cert { | ||
| 14588 | flex-wrap: wrap; | ||
| 14589 | } | ||
| 14590 | .badges .badge_container.cert, .cert .badge_container.cert { | ||
| 14591 | align-items: center; | ||
| 14592 | display: flex; | ||
| 14593 | gap: 1rem; | ||
| 14594 | } | ||
| 14595 | #brokercontent .learning-cards { | ||
| 14596 | width: 100%; | ||
| 14597 | } | ||
| 14598 | .page-template-marketing_masters #content-wrap + *, .sfwd-courses-template-default #content-wrap + * { | ||
| 14599 | margin-top: 0; | ||
| 14600 | } | ||
| 14601 | .material a { | ||
| 14602 | display: flex !important; | ||
| 14603 | align-items: center; | ||
| 14604 | gap: 1rem; | ||
| 14605 | } | ||
| 14606 | .material a.pdf:before { | ||
| 14607 | display: block; | ||
| 14608 | top: auto; | ||
| 14609 | left: auto; | ||
| 14610 | min-width: 1.313rem; | ||
| 14611 | min-height: 1.5rem; | ||
| 14612 | max-width: 1.313rem; | ||
| 14613 | max-height: 1.5rem; | ||
| 14614 | } | ||
| 14615 | .ugb-card.ugb-card--v2 .ugb-block-content { | ||
| 14616 | gap: 20px; | ||
| 14617 | } | ||
| 14618 | .page-template-marketing_masters #page-content { | ||
| 14619 | padding-left: 20px; | ||
| 14620 | padding-right: 20px; | ||
| 14621 | } | ||
| 14622 | #brokercontent .material a { | ||
| 14623 | margin-left: 0; | ||
| 14624 | margin-right: 0; | ||
| 14625 | } | ||
| 14587 | #page-content .inner-content-wrapper { | 14626 | #page-content .inner-content-wrapper { |
| 14588 | flex-direction: column; | 14627 | flex-direction: column; |
| 14589 | } | 14628 | } | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -5,6 +5,56 @@ | ... | @@ -5,6 +5,56 @@ |
| 5 | margin-bottom: 12px; | 5 | margin-bottom: 12px; |
| 6 | } | 6 | } |
| 7 | 7 | ||
| 8 | .badges, .cert { | ||
| 9 | flex-wrap: wrap; | ||
| 10 | .badge_container.cert { | ||
| 11 | align-items: center; | ||
| 12 | display: flex; | ||
| 13 | gap: 1rem; | ||
| 14 | } | ||
| 15 | } | ||
| 16 | |||
| 17 | #brokercontent .learning-cards { | ||
| 18 | width: 100%; | ||
| 19 | } | ||
| 20 | |||
| 21 | .page-template-marketing_masters #content-wrap+*, .sfwd-courses-template-default #content-wrap+* { | ||
| 22 | margin-top:0; | ||
| 23 | } | ||
| 24 | |||
| 25 | .material { | ||
| 26 | a { | ||
| 27 | display: flex !important; | ||
| 28 | align-items: center; | ||
| 29 | gap: 1rem; | ||
| 30 | &.pdf:before { | ||
| 31 | display: block; | ||
| 32 | top: auto; | ||
| 33 | left: auto; | ||
| 34 | min-width: 1.313rem; | ||
| 35 | min-height: 1.5rem; | ||
| 36 | max-width: 1.313rem; | ||
| 37 | max-height: 1.5rem; | ||
| 38 | } | ||
| 39 | } | ||
| 40 | } | ||
| 41 | |||
| 42 | .ugb-card.ugb-card--v2 .ugb-block-content { | ||
| 43 | gap: 20px; | ||
| 44 | } | ||
| 45 | |||
| 46 | .page-template-marketing_masters { | ||
| 47 | #page-content { | ||
| 48 | padding-left:20px; | ||
| 49 | padding-right:20px; | ||
| 50 | } | ||
| 51 | } | ||
| 52 | |||
| 53 | #brokercontent .material a { | ||
| 54 | margin-left:0; | ||
| 55 | margin-right:0; | ||
| 56 | } | ||
| 57 | |||
| 8 | #page-content { | 58 | #page-content { |
| 9 | .inner-content-wrapper { | 59 | .inner-content-wrapper { |
| 10 | flex-direction: column; | 60 | flex-direction: column; | ... | ... |
-
Please register or sign in to post a comment