@designcrowd/library.brand-page 6.1.0-websitev2-dev-2 → 6.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/src/{CreatedOnBrandCrowd-de-de-D_qQ0sPW.js → CreatedOnBrandCrowd-de-de-CW5bD06L.js} +1 -1
- package/lib/src/{CreatedOnBrandCrowd-en-us-CNMxavFU.js → CreatedOnBrandCrowd-en-us-CofG4e3V.js} +1 -1
- package/lib/src/{CreatedOnBrandCrowd-es-es-Cyaiw1-R.js → CreatedOnBrandCrowd-es-es-XpL0-LWx.js} +1 -1
- package/lib/src/{CreatedOnBrandCrowd-fr-fr-DbniOtuE.js → CreatedOnBrandCrowd-fr-ca-dlVN3zaX.js} +1 -1
- package/lib/src/{CreatedOnBrandCrowd-fr-ca-DbniOtuE.js → CreatedOnBrandCrowd-fr-fr-dlVN3zaX.js} +1 -1
- package/lib/src/{CreatedOnBrandCrowd-pt-pt-DI3JfwR8.js → CreatedOnBrandCrowd-pt-br-98gqdDVF.js} +1 -1
- package/lib/src/{CreatedOnBrandCrowd-pt-br-DI3JfwR8.js → CreatedOnBrandCrowd-pt-pt-98gqdDVF.js} +1 -1
- package/lib/src/{CreatedOnDcom-de-de-DqBzJ_O9.js → CreatedOnDcom-de-de-Dbmlc0i1.js} +1 -1
- package/lib/src/{CreatedOnDcom-en-us-B8uZjYMi.js → CreatedOnDcom-en-us-Dy9z7h1o.js} +1 -1
- package/lib/src/{CreatedOnDcom-es-es-BOLxcx3H.js → CreatedOnDcom-es-es-B3ksvNj9.js} +1 -1
- package/lib/src/{CreatedOnDcom-fr-ca-CbGneDvu.js → CreatedOnDcom-fr-ca-CC9ieRzX.js} +1 -1
- package/lib/src/{CreatedOnDcom-fr-fr-B-UwXpW3.js → CreatedOnDcom-fr-fr-BtnGJjF2.js} +1 -1
- package/lib/src/{CreatedOnDcom-pt-br-CRPrLx5_.js → CreatedOnDcom-pt-br-DT4doFYO.js} +1 -1
- package/lib/src/{CreatedOnDcom-pt-pt-4p2rdAnc.js → CreatedOnDcom-pt-pt-CloXyOe6.js} +1 -1
- package/lib/src/brand-page/components/contact-form/ContactForm.mixin.js +3 -5
- package/lib/src/brand-page/components/mailing-list/MailingList.mixin.js +4 -6
- package/lib/src/brand-page/components/page-footer/PageFooter.mixin.d.ts +0 -1
- package/lib/src/brand-page/components/page-footer/PageFooter.mixin.js +1 -4
- package/lib/src/brand-page/components/payment/Payment.mixin.js +3 -4
- package/lib/src/brand-page/components/payment/__fixtures__/request-payment.d.ts +0 -1
- package/lib/src/brand-page/components/payment/__fixtures__/support-me.d.ts +0 -1
- package/lib/src/brand-page/components/payment/request-payment/RequestPayment.mixin.d.ts +0 -1
- package/lib/src/brand-page/components/payment/request-payment/RequestPayment.mixin.js +1 -4
- package/lib/src/brand-page/composables/consent.composable.d.ts +0 -2
- package/lib/src/brand-page/composables/consent.composable.js +3 -9
- package/lib/src/brand-page/models/brand-page-context.model.d.ts +0 -7
- package/lib/src/brand-page/utils/context.util.d.ts +0 -8
- package/lib/src/brand-page/utils/context.util.js +0 -8
- package/lib/src/brand-page-maker/composables/ai-chat/useAiWebsiteBuilderChat.js +3 -7
- package/lib/src/clients/ai-assistant-client.d.ts +0 -1
- package/lib/src/clients/ai-assistant-client.js +0 -1
- package/lib/src/css/library.brand-page-brandCrowd.min.css +60 -60
- package/lib/src/css/library.brand-page-brandPage.min.css +60 -60
- package/lib/src/css/library.brand-page-designCom.min.css +60 -60
- package/lib/src/css/library.brand-page-preview.min.css +60 -60
- package/lib/src/index.d.ts +0 -1
- package/lib/src/index.mjs +217 -220
- package/lib/src/{lib-DhEJMZFn.js → lib-D7ubPlpu.js} +18168 -18341
- package/lib/src/lib.js +0 -1
- package/lib/src/metadata-builder/builders/global-styles-builder.js +0 -16
- package/lib/src/metadata-builder/builders/section-builders/index.d.ts +0 -1
- package/lib/src/metadata-builder/builders/section-builders/index.js +0 -1
- package/lib/src/metadata-builder/builders/section-builders/text-section-builder.js +2 -5
- package/lib/src/metadata-builder/builders/section-field-maps.js +0 -15
- package/lib/src/metadata-builder/builders/section-field-utils.d.ts +1 -6
- package/lib/src/metadata-builder/builders/section-field-utils.js +12 -48
- package/lib/src/metadata-builder/metadata-executor.js +1 -3
- package/lib/src/metadata-builder/models.d.ts +0 -2
- package/lib/src/metadata-builder/models.js +0 -2
- package/lib/src/metadata-builder/parsers/ai-toolcall-parser.d.ts +0 -1
- package/lib/src/metadata-builder/parsers/ai-toolcall-parser.js +0 -4
- package/lib/src/metadata-builder/parsers/section-tool-arguments.d.ts +2 -14
- package/lib/src/utils/minify-brand-page-metadata.js +0 -7
- package/package.json +1 -1
- package/src/brand-page/components/contact-form/ContactForm.mixin.ts +2 -7
- package/src/brand-page/components/cookie-consent/CookieConsent.vue +0 -1
- package/src/brand-page/components/mailing-list/MailingList.mixin.ts +3 -8
- package/src/brand-page/components/navigation/navigation-carousel/NavigationCarousel.vue +1 -5
- package/src/brand-page/components/page-footer/PageFooter.mixin.ts +1 -4
- package/src/brand-page/components/page-footer/PageFooter.vue +1 -1
- package/src/brand-page/components/payment/Payment.mixin.ts +3 -4
- package/src/brand-page/components/payment/request-payment/RequestPayment.mixin.ts +1 -8
- package/src/brand-page/components/payment/request-payment/RequestPayment.vue +1 -1
- package/src/brand-page/components/save-contact/SaveContactWidget.vue +1 -2
- package/src/brand-page/components/shop/Shop.vue +3 -6
- package/src/brand-page/components/social-links/SocialLinks.vue +2 -5
- package/src/brand-page/composables/consent.composable.ts +4 -18
- package/src/brand-page/models/brand-page-context.model.ts +0 -7
- package/src/brand-page/utils/context.util.ts +0 -10
- package/src/brand-page-maker/components/ai-website-builder/AiWebsiteBuilder.vue +1 -1
- package/src/brand-page-maker/composables/ai-chat/useAiWebsiteBuilderChat.ts +3 -7
- package/src/clients/ai-assistant-client.ts +0 -1
- package/src/lib.ts +0 -1
- package/src/metadata-builder/builders/global-styles-builder.ts +0 -21
- package/src/metadata-builder/builders/section-builders/index.ts +0 -1
- package/src/metadata-builder/builders/section-builders/text-section-builder.ts +2 -5
- package/src/metadata-builder/builders/section-field-maps.ts +0 -18
- package/src/metadata-builder/builders/section-field-utils.ts +18 -69
- package/src/metadata-builder/metadata-executor.ts +0 -3
- package/src/metadata-builder/models.ts +0 -2
- package/src/metadata-builder/parsers/ai-toolcall-parser.ts +0 -4
- package/src/metadata-builder/parsers/section-tool-arguments.ts +1 -14
- package/src/utils/minify-brand-page-metadata.ts +0 -8
- package/lib/src/metadata-builder/builders/global-font-propagation.d.ts +0 -28
- package/lib/src/metadata-builder/builders/global-font-propagation.js +0 -125
- package/lib/src/metadata-builder/builders/section-builders/support-me-builder.d.ts +0 -8
- package/lib/src/metadata-builder/builders/section-builders/support-me-builder.js +0 -25
- package/lib/src/metadata-builder/builders/section-rules/support-me.rules.d.ts +0 -2
- package/lib/src/metadata-builder/builders/section-rules/support-me.rules.js +0 -17
- package/src/brand-page/utils/context.util.test.ts +0 -43
- package/src/metadata-builder/builders/global-font-propagation.test.ts +0 -269
- package/src/metadata-builder/builders/global-font-propagation.ts +0 -205
- package/src/metadata-builder/builders/section-builders/support-me-builder.test.ts +0 -177
- package/src/metadata-builder/builders/section-builders/support-me-builder.ts +0 -43
- package/src/metadata-builder/builders/section-field-utils.test.ts +0 -83
- package/src/metadata-builder/builders/section-rules/support-me.rules.ts +0 -39
- package/src/utils/minify-brand-page-metadata.test.ts +0 -61
|
@@ -5471,7 +5471,7 @@ input[data-v-4cd691db]::-webkit-inner-spin-button {
|
|
|
5471
5471
|
font-family: Lato, Helvetica, sans-serif;
|
|
5472
5472
|
}
|
|
5473
5473
|
|
|
5474
|
-
.carousel-wrapper[data-v-
|
|
5474
|
+
.carousel-wrapper[data-v-c8dbc3ab] {
|
|
5475
5475
|
position: relative;
|
|
5476
5476
|
overflow-x: auto;
|
|
5477
5477
|
overflow-y: hidden;
|
|
@@ -5481,15 +5481,15 @@ input[data-v-4cd691db]::-webkit-inner-spin-button {
|
|
|
5481
5481
|
-ms-overflow-style: none;
|
|
5482
5482
|
width: 100%;
|
|
5483
5483
|
}
|
|
5484
|
-
.scroll-chevron[data-v-
|
|
5484
|
+
.scroll-chevron[data-v-c8dbc3ab] {
|
|
5485
5485
|
background: none !important;
|
|
5486
5486
|
border: none !important;
|
|
5487
5487
|
}
|
|
5488
|
-
.carousel-wrapper[data-v-
|
|
5488
|
+
.carousel-wrapper[data-v-c8dbc3ab]:active {
|
|
5489
5489
|
cursor: -webkit-grabbing;
|
|
5490
5490
|
cursor: grabbing;
|
|
5491
5491
|
}
|
|
5492
|
-
.carousel-track[data-v-
|
|
5492
|
+
.carousel-track[data-v-c8dbc3ab] {
|
|
5493
5493
|
display: -webkit-box;
|
|
5494
5494
|
display: -ms-flexbox;
|
|
5495
5495
|
display: flex;
|
|
@@ -5503,7 +5503,7 @@ input[data-v-4cd691db]::-webkit-inner-spin-button {
|
|
|
5503
5503
|
margin: 0 auto;
|
|
5504
5504
|
gap: 8px;
|
|
5505
5505
|
}
|
|
5506
|
-
.carousel-item[data-v-
|
|
5506
|
+
.carousel-item[data-v-c8dbc3ab] {
|
|
5507
5507
|
position: relative;
|
|
5508
5508
|
-ms-flex-negative: 0;
|
|
5509
5509
|
flex-shrink: 0;
|
|
@@ -5514,7 +5514,7 @@ input[data-v-4cd691db]::-webkit-inner-spin-button {
|
|
|
5514
5514
|
-ms-flex-align: center;
|
|
5515
5515
|
align-items: center;
|
|
5516
5516
|
}
|
|
5517
|
-
.carousel-link[data-v-
|
|
5517
|
+
.carousel-link[data-v-c8dbc3ab] {
|
|
5518
5518
|
display: block;
|
|
5519
5519
|
padding: 12px 8px;
|
|
5520
5520
|
text-decoration: none;
|
|
@@ -5527,7 +5527,7 @@ input[data-v-4cd691db]::-webkit-inner-spin-button {
|
|
|
5527
5527
|
-ms-flex-item-align: stretch;
|
|
5528
5528
|
align-self: stretch;
|
|
5529
5529
|
}
|
|
5530
|
-
.carousel-chevron[data-v-
|
|
5530
|
+
.carousel-chevron[data-v-c8dbc3ab] {
|
|
5531
5531
|
cursor: pointer;
|
|
5532
5532
|
border-left: none !important;
|
|
5533
5533
|
padding: 0 12px;
|
|
@@ -5541,17 +5541,17 @@ input[data-v-4cd691db]::-webkit-inner-spin-button {
|
|
|
5541
5541
|
-ms-flex-align: center;
|
|
5542
5542
|
align-items: center;
|
|
5543
5543
|
}
|
|
5544
|
-
.carousel-chevron[data-v-
|
|
5544
|
+
.carousel-chevron[data-v-c8dbc3ab] svg {
|
|
5545
5545
|
-webkit-transition: -webkit-transform 0.2s ease;
|
|
5546
5546
|
transition: -webkit-transform 0.2s ease;
|
|
5547
5547
|
transition: transform 0.2s ease;
|
|
5548
5548
|
transition: transform 0.2s ease, -webkit-transform 0.2s ease;
|
|
5549
5549
|
}
|
|
5550
|
-
.carousel-chevron--open[data-v-
|
|
5550
|
+
.carousel-chevron--open[data-v-c8dbc3ab] svg {
|
|
5551
5551
|
-webkit-transform: rotate(180deg);
|
|
5552
5552
|
transform: rotate(180deg);
|
|
5553
5553
|
}
|
|
5554
|
-
.dropdown-menu[data-v-
|
|
5554
|
+
.dropdown-menu[data-v-c8dbc3ab] {
|
|
5555
5555
|
min-width: 150px;
|
|
5556
5556
|
max-height: 240px;
|
|
5557
5557
|
overflow-x: hidden;
|
|
@@ -5564,7 +5564,7 @@ input[data-v-4cd691db]::-webkit-inner-spin-button {
|
|
|
5564
5564
|
-ms-flex-direction: column;
|
|
5565
5565
|
flex-direction: column;
|
|
5566
5566
|
}
|
|
5567
|
-
.dropdown-item[data-v-
|
|
5567
|
+
.dropdown-item[data-v-c8dbc3ab] {
|
|
5568
5568
|
display: block;
|
|
5569
5569
|
padding: 12px 16px;
|
|
5570
5570
|
cursor: pointer;
|
|
@@ -6133,7 +6133,7 @@ select[data-v-665b8067] {
|
|
|
6133
6133
|
padding: 4px;
|
|
6134
6134
|
}
|
|
6135
6135
|
|
|
6136
|
-
.payment-option-prices[data-v-
|
|
6136
|
+
.payment-option-prices[data-v-88c49b68] {
|
|
6137
6137
|
display: -webkit-box;
|
|
6138
6138
|
display: -ms-flexbox;
|
|
6139
6139
|
display: flex;
|
|
@@ -6144,7 +6144,7 @@ select[data-v-665b8067] {
|
|
|
6144
6144
|
-ms-flex-wrap: wrap;
|
|
6145
6145
|
flex-wrap: wrap
|
|
6146
6146
|
}
|
|
6147
|
-
.payment-option-prices-thumbnail[data-v-
|
|
6147
|
+
.payment-option-prices-thumbnail[data-v-88c49b68] {
|
|
6148
6148
|
display: -webkit-box;
|
|
6149
6149
|
display: -ms-flexbox;
|
|
6150
6150
|
display: flex;
|
|
@@ -6155,15 +6155,15 @@ select[data-v-665b8067] {
|
|
|
6155
6155
|
gap: 0.5rem
|
|
6156
6156
|
}
|
|
6157
6157
|
@media (min-width: 768px) {
|
|
6158
|
-
.device--mobile .payment-options[data-v-
|
|
6158
|
+
.device--mobile .payment-options[data-v-88c49b68] {
|
|
6159
6159
|
display: block
|
|
6160
6160
|
}
|
|
6161
6161
|
}
|
|
6162
|
-
.device--mobile .payment-option[data-v-
|
|
6162
|
+
.device--mobile .payment-option[data-v-88c49b68] {
|
|
6163
6163
|
margin-top: 0.5rem;
|
|
6164
6164
|
margin-bottom: 0.5rem
|
|
6165
6165
|
}
|
|
6166
|
-
.payment-width[data-v-
|
|
6166
|
+
.payment-width[data-v-88c49b68] {
|
|
6167
6167
|
margin: 0.375rem;
|
|
6168
6168
|
-ms-flex-negative: 1;
|
|
6169
6169
|
flex-shrink: 1;
|
|
@@ -6889,44 +6889,44 @@ select[data-v-665b8067] {
|
|
|
6889
6889
|
color: #f21b3f;
|
|
6890
6890
|
}
|
|
6891
6891
|
|
|
6892
|
-
.inner-container[data-v-
|
|
6892
|
+
.inner-container[data-v-ca446a07] {
|
|
6893
6893
|
max-width: var(--brandsite-max-width);
|
|
6894
6894
|
margin: 0 auto;
|
|
6895
6895
|
}
|
|
6896
|
-
.outer-container[data-v-
|
|
6896
|
+
.outer-container[data-v-ca446a07] {
|
|
6897
6897
|
padding-left: var(--page-padding);
|
|
6898
6898
|
padding-right: var(--page-padding);
|
|
6899
6899
|
}
|
|
6900
|
-
.modal-cart[data-v-
|
|
6900
|
+
.modal-cart[data-v-ca446a07] .cart-image {
|
|
6901
6901
|
width: 3rem;
|
|
6902
6902
|
}
|
|
6903
|
-
.modal-cart[data-v-
|
|
6903
|
+
.modal-cart[data-v-ca446a07] .cart-option {
|
|
6904
6904
|
width: 100%;
|
|
6905
6905
|
}
|
|
6906
|
-
.success-bar-container[data-v-
|
|
6906
|
+
.success-bar-container[data-v-ca446a07] .tw-bg-success-500 {
|
|
6907
6907
|
--tw-bg-opacity: 1;
|
|
6908
6908
|
background-color: rgb(36 168 16 / var(--tw-bg-opacity));
|
|
6909
6909
|
}
|
|
6910
6910
|
@media (min-width: 640px) {
|
|
6911
|
-
.modal-product-detail[data-v-
|
|
6911
|
+
.modal-product-detail[data-v-ca446a07] .modal {
|
|
6912
6912
|
min-width: 100vh;
|
|
6913
6913
|
}
|
|
6914
|
-
.modal-cart[data-v-
|
|
6914
|
+
.modal-cart[data-v-ca446a07] .modal {
|
|
6915
6915
|
min-width: 90vh;
|
|
6916
6916
|
max-height: 90vh;
|
|
6917
6917
|
}
|
|
6918
|
-
.modal-cart[data-v-
|
|
6918
|
+
.modal-cart[data-v-ca446a07] .cart-image {
|
|
6919
6919
|
width: 8rem;
|
|
6920
6920
|
}
|
|
6921
|
-
.modal-cart[data-v-
|
|
6921
|
+
.modal-cart[data-v-ca446a07] .cart-option {
|
|
6922
6922
|
width: 75%;
|
|
6923
6923
|
}
|
|
6924
|
-
.success-bar[data-v-
|
|
6924
|
+
.success-bar[data-v-ca446a07] {
|
|
6925
6925
|
width: 50%;
|
|
6926
6926
|
}
|
|
6927
6927
|
}
|
|
6928
6928
|
@media (max-width: 640px) {
|
|
6929
|
-
.success-bar[data-v-
|
|
6929
|
+
.success-bar[data-v-ca446a07] {
|
|
6930
6930
|
width: 91.666667%;
|
|
6931
6931
|
}
|
|
6932
6932
|
}
|
|
@@ -7386,21 +7386,21 @@ select[data-v-665b8067] {
|
|
|
7386
7386
|
padding: 0.25rem var(--page-padding);
|
|
7387
7387
|
}
|
|
7388
7388
|
|
|
7389
|
-
.c-page-footer__container[data-v-
|
|
7389
|
+
.c-page-footer__container[data-v-0afac6bd] {
|
|
7390
7390
|
max-width: var(--brandsite-max-width);
|
|
7391
7391
|
margin: 0 auto;
|
|
7392
7392
|
padding: 0.25rem var(--page-padding);
|
|
7393
7393
|
}
|
|
7394
|
-
.c-page-footer__container-justified[data-v-
|
|
7394
|
+
.c-page-footer__container-justified[data-v-0afac6bd] {
|
|
7395
7395
|
-webkit-box-pack: justify;
|
|
7396
7396
|
-ms-flex-pack: justify;
|
|
7397
7397
|
justify-content: space-between;
|
|
7398
7398
|
}
|
|
7399
|
-
.sortable[data-v-
|
|
7399
|
+
.sortable[data-v-0afac6bd] {
|
|
7400
7400
|
outline-color: #F7768C;
|
|
7401
7401
|
outline-width: 0.2rem;
|
|
7402
7402
|
}
|
|
7403
|
-
.brand-page__content--outline-selected[data-v-
|
|
7403
|
+
.brand-page__content--outline-selected[data-v-0afac6bd] {
|
|
7404
7404
|
position: relative;
|
|
7405
7405
|
z-index: 10;
|
|
7406
7406
|
margin-left: 0.25rem;
|
|
@@ -7409,25 +7409,25 @@ select[data-v-665b8067] {
|
|
|
7409
7409
|
outline-width: 0.2rem;
|
|
7410
7410
|
outline-style: dashed;
|
|
7411
7411
|
}
|
|
7412
|
-
.c_footer-container[data-v-
|
|
7412
|
+
.c_footer-container[data-v-0afac6bd] {
|
|
7413
7413
|
max-width: var(--brandsite-max-width);
|
|
7414
7414
|
margin: 0 auto;
|
|
7415
7415
|
padding-left: var(--page-padding);
|
|
7416
7416
|
padding-right: var(--page-padding);
|
|
7417
7417
|
}
|
|
7418
7418
|
@container (max-width: 640px) {
|
|
7419
|
-
.c-page-footer__container-justified[data-v-
|
|
7419
|
+
.c-page-footer__container-justified[data-v-0afac6bd] {
|
|
7420
7420
|
-webkit-box-orient: vertical;
|
|
7421
7421
|
-webkit-box-direction: normal;
|
|
7422
7422
|
-ms-flex-direction: column;
|
|
7423
7423
|
flex-direction: column;
|
|
7424
7424
|
}
|
|
7425
|
-
.c-page-footer__container-justified[data-v-
|
|
7425
|
+
.c-page-footer__container-justified[data-v-0afac6bd] > :nth-child(2) {
|
|
7426
7426
|
margin-bottom: 1rem;
|
|
7427
7427
|
}
|
|
7428
7428
|
}
|
|
7429
7429
|
@container (min-width: 640px) {
|
|
7430
|
-
.c-page-footer__container-justified-stack[data-v-
|
|
7430
|
+
.c-page-footer__container-justified-stack[data-v-0afac6bd] {
|
|
7431
7431
|
margin-left: 1rem;
|
|
7432
7432
|
margin-right: 1rem;
|
|
7433
7433
|
-webkit-box-pack: justify;
|
|
@@ -7611,7 +7611,7 @@ to {
|
|
|
7611
7611
|
font-family: Lato, Helvetica, sans-serif;
|
|
7612
7612
|
}
|
|
7613
7613
|
|
|
7614
|
-
.brand-page__footer[data-v-
|
|
7614
|
+
.brand-page__footer[data-v-0e6a9117] {
|
|
7615
7615
|
display: -webkit-box;
|
|
7616
7616
|
display: -ms-flexbox;
|
|
7617
7617
|
display: flex;
|
|
@@ -7619,7 +7619,7 @@ to {
|
|
|
7619
7619
|
-ms-flex-pack: center;
|
|
7620
7620
|
justify-content: center;
|
|
7621
7621
|
}
|
|
7622
|
-
.brand-page__footer-link[data-v-
|
|
7622
|
+
.brand-page__footer-link[data-v-0e6a9117] {
|
|
7623
7623
|
display: block;
|
|
7624
7624
|
border-radius: 0.25rem;
|
|
7625
7625
|
padding: 0.75rem;
|
|
@@ -7627,25 +7627,25 @@ to {
|
|
|
7627
7627
|
-webkit-transition: background 0.2s ease-in-out;
|
|
7628
7628
|
transition: background 0.2s ease-in-out;
|
|
7629
7629
|
}
|
|
7630
|
-
.brand-page__footer-link[data-v-
|
|
7630
|
+
.brand-page__footer-link[data-v-0e6a9117]:hover {
|
|
7631
7631
|
opacity: 0.9;
|
|
7632
7632
|
}
|
|
7633
|
-
.icon-container[data-v-
|
|
7633
|
+
.icon-container[data-v-0e6a9117] {
|
|
7634
7634
|
width: 20px;
|
|
7635
7635
|
overflow: hidden;
|
|
7636
7636
|
}
|
|
7637
|
-
.extra-height[data-v-
|
|
7637
|
+
.extra-height[data-v-0e6a9117] {
|
|
7638
7638
|
-webkit-transition: height 0.5s ease-in-out;
|
|
7639
7639
|
transition: height 0.5s ease-in-out;
|
|
7640
7640
|
width: 100%;
|
|
7641
7641
|
}
|
|
7642
|
-
.c-button__label[data-v-
|
|
7642
|
+
.c-button__label[data-v-0e6a9117] {
|
|
7643
7643
|
margin: 0 auto;
|
|
7644
7644
|
word-break: break-word;
|
|
7645
7645
|
overflow-wrap: anywhere;
|
|
7646
7646
|
width: auto;
|
|
7647
7647
|
}
|
|
7648
|
-
.c-button[data-v-
|
|
7648
|
+
.c-button[data-v-0e6a9117] {
|
|
7649
7649
|
--icon-h: 1.5rem;
|
|
7650
7650
|
--icon-m-r: 0.5rem;
|
|
7651
7651
|
--icon-m-icon: 0.5rem;
|
|
@@ -7660,10 +7660,10 @@ to {
|
|
|
7660
7660
|
-ms-flex-align: center !important;
|
|
7661
7661
|
align-items: center !important;
|
|
7662
7662
|
}
|
|
7663
|
-
.button__icon[data-v-
|
|
7663
|
+
.button__icon[data-v-0e6a9117] {
|
|
7664
7664
|
margin-right: var(--icon-m-r);
|
|
7665
7665
|
}
|
|
7666
|
-
.btn-max-width[data-v-
|
|
7666
|
+
.btn-max-width[data-v-0e6a9117] {
|
|
7667
7667
|
max-width: 315px;
|
|
7668
7668
|
width: 100%;
|
|
7669
7669
|
}
|
|
@@ -7809,7 +7809,7 @@ body {
|
|
|
7809
7809
|
}
|
|
7810
7810
|
}
|
|
7811
7811
|
|
|
7812
|
-
.c-container[data-v-
|
|
7812
|
+
.c-container[data-v-5f2c3a69] {
|
|
7813
7813
|
-webkit-box-orient: vertical;
|
|
7814
7814
|
-webkit-box-direction: normal;
|
|
7815
7815
|
-ms-flex-direction: column;
|
|
@@ -7818,24 +7818,24 @@ body {
|
|
|
7818
7818
|
box-shadow: 0 -5px 5px -5px rgb(0 0 0 / 0.1);
|
|
7819
7819
|
z-index: 150;
|
|
7820
7820
|
}
|
|
7821
|
-
.c-text[data-v-
|
|
7821
|
+
.c-text[data-v-5f2c3a69] {
|
|
7822
7822
|
line-height: 1.5;
|
|
7823
7823
|
}
|
|
7824
|
-
.c-button-container[data-v-
|
|
7824
|
+
.c-button-container[data-v-5f2c3a69] {
|
|
7825
7825
|
width: 100%;
|
|
7826
7826
|
}
|
|
7827
|
-
.c-button[data-v-
|
|
7827
|
+
.c-button[data-v-5f2c3a69] {
|
|
7828
7828
|
width: 100%;
|
|
7829
7829
|
-webkit-box-pack: center;
|
|
7830
7830
|
-ms-flex-pack: center;
|
|
7831
7831
|
justify-content: center;
|
|
7832
7832
|
}
|
|
7833
|
-
[data-v-
|
|
7833
|
+
[data-v-5f2c3a69] button > span {
|
|
7834
7834
|
-webkit-box-pack: center;
|
|
7835
7835
|
-ms-flex-pack: center;
|
|
7836
7836
|
justify-content: center;
|
|
7837
7837
|
}
|
|
7838
|
-
.device--mobile .c-container[data-v-
|
|
7838
|
+
.device--mobile .c-container[data-v-5f2c3a69] {
|
|
7839
7839
|
-webkit-box-orient: vertical;
|
|
7840
7840
|
-webkit-box-direction: normal;
|
|
7841
7841
|
-ms-flex-direction: column;
|
|
@@ -7843,19 +7843,19 @@ body {
|
|
|
7843
7843
|
-webkit-box-shadow: 0 -5px 5px -5px rgb(0 0 0 / 0.1);
|
|
7844
7844
|
box-shadow: 0 -5px 5px -5px rgb(0 0 0 / 0.1);
|
|
7845
7845
|
}
|
|
7846
|
-
.device--mobile .c-text[data-v-
|
|
7846
|
+
.device--mobile .c-text[data-v-5f2c3a69] {
|
|
7847
7847
|
line-height: 1.5;
|
|
7848
7848
|
}
|
|
7849
|
-
.device--mobile .c-button-container[data-v-
|
|
7849
|
+
.device--mobile .c-button-container[data-v-5f2c3a69] {
|
|
7850
7850
|
width: 100%;
|
|
7851
7851
|
}
|
|
7852
|
-
.device--mobile .c-button[data-v-
|
|
7852
|
+
.device--mobile .c-button[data-v-5f2c3a69] {
|
|
7853
7853
|
width: 100%;
|
|
7854
7854
|
-webkit-box-pack: center;
|
|
7855
7855
|
-ms-flex-pack: center;
|
|
7856
7856
|
justify-content: center;
|
|
7857
7857
|
}
|
|
7858
|
-
.device--mobile[data-v-
|
|
7858
|
+
.device--mobile[data-v-5f2c3a69] button > span {
|
|
7859
7859
|
-webkit-box-pack: center;
|
|
7860
7860
|
-ms-flex-pack: center;
|
|
7861
7861
|
justify-content: center;
|
|
@@ -7863,29 +7863,29 @@ body {
|
|
|
7863
7863
|
|
|
7864
7864
|
/* desktop styles */
|
|
7865
7865
|
@media (min-width: 768px) {
|
|
7866
|
-
.c-container[data-v-
|
|
7866
|
+
.c-container[data-v-5f2c3a69] {
|
|
7867
7867
|
-webkit-box-orient: horizontal;
|
|
7868
7868
|
-webkit-box-direction: normal;
|
|
7869
7869
|
-ms-flex-direction: row;
|
|
7870
7870
|
flex-direction: row;
|
|
7871
7871
|
}
|
|
7872
|
-
.c-button-container[data-v-
|
|
7872
|
+
.c-button-container[data-v-5f2c3a69] {
|
|
7873
7873
|
width: auto;
|
|
7874
7874
|
}
|
|
7875
|
-
.c-button[data-v-
|
|
7875
|
+
.c-button[data-v-5f2c3a69] {
|
|
7876
7876
|
width: auto;
|
|
7877
7877
|
}
|
|
7878
7878
|
}
|
|
7879
|
-
.device--desktop .c-container[data-v-
|
|
7879
|
+
.device--desktop .c-container[data-v-5f2c3a69] {
|
|
7880
7880
|
-webkit-box-orient: horizontal;
|
|
7881
7881
|
-webkit-box-direction: normal;
|
|
7882
7882
|
-ms-flex-direction: row;
|
|
7883
7883
|
flex-direction: row;
|
|
7884
7884
|
}
|
|
7885
|
-
.device--desktop .c-button-container[data-v-
|
|
7885
|
+
.device--desktop .c-button-container[data-v-5f2c3a69] {
|
|
7886
7886
|
width: auto;
|
|
7887
7887
|
}
|
|
7888
|
-
.device--desktop .c-button[data-v-
|
|
7888
|
+
.device--desktop .c-button[data-v-5f2c3a69] {
|
|
7889
7889
|
width: auto;
|
|
7890
7890
|
}
|
|
7891
7891
|
|