+
+ class="subheader"
+ cmsWidgetName="SiteSubHeaderWidget" />
-
+
-
+
+
-
+
$page-side-padding: 1.5rem;
-.iss-heritage-container-width {
+#app .iss-heritage-container-width {
+ .iss-heritage-content-container-width {
+ @include media-breakpoint-up(md) {
+ width: 58.33333333%;
+ }
+ }
.payment-method-container {
position: relative;
min-height: 1px;
padding-left: .9375rem;
padding-right: .9375rem;
+
+ .alert-warning {
+ margin-top: 1.25rem;
+ margin-bottom: 0rem;
+ }
+
+ .subheader {
+ margin-top: 1.25rem;
+
+ :deep(strong) {
+ color: $black;
+ font-weight: 600;
+ }
+
+ :deep(.subheader-secondary) {
+ margin-top: .625rem;
+
+ p {
+ margin-bottom: 0;
+ }
+ }
+ }
+
+ .section-divider {
+ margin-top: 1.5rem;
+ margin-bottom: 1.875rem;
+ }
+
+ .pia-divider {
+ margin-top: .5rem;
+ margin-bottom: .75rem;
+ }
}
}
-
-.main-content-container {
- padding: 0;
-}
-
-.page-container-grouped-styles {
- overflow: auto;
-}
diff --git a/src/layouts/payment-method/review-dropdown/review-dropdown.vue b/src/layouts/payment-method/review-dropdown/review-dropdown.vue
index d1504da4..d48b55f3 100644
--- a/src/layouts/payment-method/review-dropdown/review-dropdown.vue
+++ b/src/layouts/payment-method/review-dropdown/review-dropdown.vue
@@ -1,7 +1,7 @@
-
+
-
+
-
+
-
+
-
+
-
+
@@ -121,12 +121,13 @@ export default {
.review-toggle {
&:after {
content: "";
- transition: all 0.5s ease;
- background-image: url($svg-payment-method-review-toggle);
+ transition: transform none;
+ background-image: url(~@/assets/img/icons/chevron-circle_review_dropdown.png);
background-repeat: no-repeat;
background-position: right center;
- width: 16px;
- height: 9px;
+ background-size: 1.25rem 1.25rem;
+ width: 1.25rem;
+ height: 1.25rem;
display: inline-flex;
position: relative;
right: 0.75rem;