@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
|
@@ -5501,7 +5501,7 @@ input[data-v-4cd691db]::-webkit-inner-spin-button {
|
|
|
5501
5501
|
font-family: Lato, Helvetica, sans-serif;
|
|
5502
5502
|
}
|
|
5503
5503
|
|
|
5504
|
-
.carousel-wrapper[data-v-
|
|
5504
|
+
.carousel-wrapper[data-v-c8dbc3ab] {
|
|
5505
5505
|
position: relative;
|
|
5506
5506
|
overflow-x: auto;
|
|
5507
5507
|
overflow-y: hidden;
|
|
@@ -5511,15 +5511,15 @@ input[data-v-4cd691db]::-webkit-inner-spin-button {
|
|
|
5511
5511
|
-ms-overflow-style: none;
|
|
5512
5512
|
width: 100%;
|
|
5513
5513
|
}
|
|
5514
|
-
.scroll-chevron[data-v-
|
|
5514
|
+
.scroll-chevron[data-v-c8dbc3ab] {
|
|
5515
5515
|
background: none !important;
|
|
5516
5516
|
border: none !important;
|
|
5517
5517
|
}
|
|
5518
|
-
.carousel-wrapper[data-v-
|
|
5518
|
+
.carousel-wrapper[data-v-c8dbc3ab]:active {
|
|
5519
5519
|
cursor: -webkit-grabbing;
|
|
5520
5520
|
cursor: grabbing;
|
|
5521
5521
|
}
|
|
5522
|
-
.carousel-track[data-v-
|
|
5522
|
+
.carousel-track[data-v-c8dbc3ab] {
|
|
5523
5523
|
display: -webkit-box;
|
|
5524
5524
|
display: -ms-flexbox;
|
|
5525
5525
|
display: flex;
|
|
@@ -5533,7 +5533,7 @@ input[data-v-4cd691db]::-webkit-inner-spin-button {
|
|
|
5533
5533
|
margin: 0 auto;
|
|
5534
5534
|
gap: 8px;
|
|
5535
5535
|
}
|
|
5536
|
-
.carousel-item[data-v-
|
|
5536
|
+
.carousel-item[data-v-c8dbc3ab] {
|
|
5537
5537
|
position: relative;
|
|
5538
5538
|
-ms-flex-negative: 0;
|
|
5539
5539
|
flex-shrink: 0;
|
|
@@ -5544,7 +5544,7 @@ input[data-v-4cd691db]::-webkit-inner-spin-button {
|
|
|
5544
5544
|
-ms-flex-align: center;
|
|
5545
5545
|
align-items: center;
|
|
5546
5546
|
}
|
|
5547
|
-
.carousel-link[data-v-
|
|
5547
|
+
.carousel-link[data-v-c8dbc3ab] {
|
|
5548
5548
|
display: block;
|
|
5549
5549
|
padding: 12px 8px;
|
|
5550
5550
|
text-decoration: none;
|
|
@@ -5557,7 +5557,7 @@ input[data-v-4cd691db]::-webkit-inner-spin-button {
|
|
|
5557
5557
|
-ms-flex-item-align: stretch;
|
|
5558
5558
|
align-self: stretch;
|
|
5559
5559
|
}
|
|
5560
|
-
.carousel-chevron[data-v-
|
|
5560
|
+
.carousel-chevron[data-v-c8dbc3ab] {
|
|
5561
5561
|
cursor: pointer;
|
|
5562
5562
|
border-left: none !important;
|
|
5563
5563
|
padding: 0 12px;
|
|
@@ -5571,17 +5571,17 @@ input[data-v-4cd691db]::-webkit-inner-spin-button {
|
|
|
5571
5571
|
-ms-flex-align: center;
|
|
5572
5572
|
align-items: center;
|
|
5573
5573
|
}
|
|
5574
|
-
.carousel-chevron[data-v-
|
|
5574
|
+
.carousel-chevron[data-v-c8dbc3ab] svg {
|
|
5575
5575
|
-webkit-transition: -webkit-transform 0.2s ease;
|
|
5576
5576
|
transition: -webkit-transform 0.2s ease;
|
|
5577
5577
|
transition: transform 0.2s ease;
|
|
5578
5578
|
transition: transform 0.2s ease, -webkit-transform 0.2s ease;
|
|
5579
5579
|
}
|
|
5580
|
-
.carousel-chevron--open[data-v-
|
|
5580
|
+
.carousel-chevron--open[data-v-c8dbc3ab] svg {
|
|
5581
5581
|
-webkit-transform: rotate(180deg);
|
|
5582
5582
|
transform: rotate(180deg);
|
|
5583
5583
|
}
|
|
5584
|
-
.dropdown-menu[data-v-
|
|
5584
|
+
.dropdown-menu[data-v-c8dbc3ab] {
|
|
5585
5585
|
min-width: 150px;
|
|
5586
5586
|
max-height: 240px;
|
|
5587
5587
|
overflow-x: hidden;
|
|
@@ -5594,7 +5594,7 @@ input[data-v-4cd691db]::-webkit-inner-spin-button {
|
|
|
5594
5594
|
-ms-flex-direction: column;
|
|
5595
5595
|
flex-direction: column;
|
|
5596
5596
|
}
|
|
5597
|
-
.dropdown-item[data-v-
|
|
5597
|
+
.dropdown-item[data-v-c8dbc3ab] {
|
|
5598
5598
|
display: block;
|
|
5599
5599
|
padding: 12px 16px;
|
|
5600
5600
|
cursor: pointer;
|
|
@@ -6163,7 +6163,7 @@ select[data-v-665b8067] {
|
|
|
6163
6163
|
padding: 4px;
|
|
6164
6164
|
}
|
|
6165
6165
|
|
|
6166
|
-
.payment-option-prices[data-v-
|
|
6166
|
+
.payment-option-prices[data-v-88c49b68] {
|
|
6167
6167
|
display: -webkit-box;
|
|
6168
6168
|
display: -ms-flexbox;
|
|
6169
6169
|
display: flex;
|
|
@@ -6174,7 +6174,7 @@ select[data-v-665b8067] {
|
|
|
6174
6174
|
-ms-flex-wrap: wrap;
|
|
6175
6175
|
flex-wrap: wrap
|
|
6176
6176
|
}
|
|
6177
|
-
.payment-option-prices-thumbnail[data-v-
|
|
6177
|
+
.payment-option-prices-thumbnail[data-v-88c49b68] {
|
|
6178
6178
|
display: -webkit-box;
|
|
6179
6179
|
display: -ms-flexbox;
|
|
6180
6180
|
display: flex;
|
|
@@ -6185,15 +6185,15 @@ select[data-v-665b8067] {
|
|
|
6185
6185
|
gap: 0.5rem
|
|
6186
6186
|
}
|
|
6187
6187
|
@media (min-width: 768px) {
|
|
6188
|
-
.device--mobile .payment-options[data-v-
|
|
6188
|
+
.device--mobile .payment-options[data-v-88c49b68] {
|
|
6189
6189
|
display: block
|
|
6190
6190
|
}
|
|
6191
6191
|
}
|
|
6192
|
-
.device--mobile .payment-option[data-v-
|
|
6192
|
+
.device--mobile .payment-option[data-v-88c49b68] {
|
|
6193
6193
|
margin-top: 0.5rem;
|
|
6194
6194
|
margin-bottom: 0.5rem
|
|
6195
6195
|
}
|
|
6196
|
-
.payment-width[data-v-
|
|
6196
|
+
.payment-width[data-v-88c49b68] {
|
|
6197
6197
|
margin: 0.375rem;
|
|
6198
6198
|
-ms-flex-negative: 1;
|
|
6199
6199
|
flex-shrink: 1;
|
|
@@ -6919,44 +6919,44 @@ select[data-v-665b8067] {
|
|
|
6919
6919
|
color: #f21b3f;
|
|
6920
6920
|
}
|
|
6921
6921
|
|
|
6922
|
-
.inner-container[data-v-
|
|
6922
|
+
.inner-container[data-v-ca446a07] {
|
|
6923
6923
|
max-width: var(--brandsite-max-width);
|
|
6924
6924
|
margin: 0 auto;
|
|
6925
6925
|
}
|
|
6926
|
-
.outer-container[data-v-
|
|
6926
|
+
.outer-container[data-v-ca446a07] {
|
|
6927
6927
|
padding-left: var(--page-padding);
|
|
6928
6928
|
padding-right: var(--page-padding);
|
|
6929
6929
|
}
|
|
6930
|
-
.modal-cart[data-v-
|
|
6930
|
+
.modal-cart[data-v-ca446a07] .cart-image {
|
|
6931
6931
|
width: 3rem;
|
|
6932
6932
|
}
|
|
6933
|
-
.modal-cart[data-v-
|
|
6933
|
+
.modal-cart[data-v-ca446a07] .cart-option {
|
|
6934
6934
|
width: 100%;
|
|
6935
6935
|
}
|
|
6936
|
-
.success-bar-container[data-v-
|
|
6936
|
+
.success-bar-container[data-v-ca446a07] .tw-bg-success-500 {
|
|
6937
6937
|
--tw-bg-opacity: 1;
|
|
6938
6938
|
background-color: rgb(36 168 16 / var(--tw-bg-opacity));
|
|
6939
6939
|
}
|
|
6940
6940
|
@media (min-width: 640px) {
|
|
6941
|
-
.modal-product-detail[data-v-
|
|
6941
|
+
.modal-product-detail[data-v-ca446a07] .modal {
|
|
6942
6942
|
min-width: 100vh;
|
|
6943
6943
|
}
|
|
6944
|
-
.modal-cart[data-v-
|
|
6944
|
+
.modal-cart[data-v-ca446a07] .modal {
|
|
6945
6945
|
min-width: 90vh;
|
|
6946
6946
|
max-height: 90vh;
|
|
6947
6947
|
}
|
|
6948
|
-
.modal-cart[data-v-
|
|
6948
|
+
.modal-cart[data-v-ca446a07] .cart-image {
|
|
6949
6949
|
width: 8rem;
|
|
6950
6950
|
}
|
|
6951
|
-
.modal-cart[data-v-
|
|
6951
|
+
.modal-cart[data-v-ca446a07] .cart-option {
|
|
6952
6952
|
width: 75%;
|
|
6953
6953
|
}
|
|
6954
|
-
.success-bar[data-v-
|
|
6954
|
+
.success-bar[data-v-ca446a07] {
|
|
6955
6955
|
width: 50%;
|
|
6956
6956
|
}
|
|
6957
6957
|
}
|
|
6958
6958
|
@media (max-width: 640px) {
|
|
6959
|
-
.success-bar[data-v-
|
|
6959
|
+
.success-bar[data-v-ca446a07] {
|
|
6960
6960
|
width: 91.666667%;
|
|
6961
6961
|
}
|
|
6962
6962
|
}
|
|
@@ -7416,21 +7416,21 @@ select[data-v-665b8067] {
|
|
|
7416
7416
|
padding: 0.25rem var(--page-padding);
|
|
7417
7417
|
}
|
|
7418
7418
|
|
|
7419
|
-
.c-page-footer__container[data-v-
|
|
7419
|
+
.c-page-footer__container[data-v-0afac6bd] {
|
|
7420
7420
|
max-width: var(--brandsite-max-width);
|
|
7421
7421
|
margin: 0 auto;
|
|
7422
7422
|
padding: 0.25rem var(--page-padding);
|
|
7423
7423
|
}
|
|
7424
|
-
.c-page-footer__container-justified[data-v-
|
|
7424
|
+
.c-page-footer__container-justified[data-v-0afac6bd] {
|
|
7425
7425
|
-webkit-box-pack: justify;
|
|
7426
7426
|
-ms-flex-pack: justify;
|
|
7427
7427
|
justify-content: space-between;
|
|
7428
7428
|
}
|
|
7429
|
-
.sortable[data-v-
|
|
7429
|
+
.sortable[data-v-0afac6bd] {
|
|
7430
7430
|
outline-color: #b2bdfb;
|
|
7431
7431
|
outline-width: 0.2rem;
|
|
7432
7432
|
}
|
|
7433
|
-
.brand-page__content--outline-selected[data-v-
|
|
7433
|
+
.brand-page__content--outline-selected[data-v-0afac6bd] {
|
|
7434
7434
|
position: relative;
|
|
7435
7435
|
z-index: 10;
|
|
7436
7436
|
margin-left: 0.25rem;
|
|
@@ -7439,25 +7439,25 @@ select[data-v-665b8067] {
|
|
|
7439
7439
|
outline-width: 0.2rem;
|
|
7440
7440
|
outline-style: dashed;
|
|
7441
7441
|
}
|
|
7442
|
-
.c_footer-container[data-v-
|
|
7442
|
+
.c_footer-container[data-v-0afac6bd] {
|
|
7443
7443
|
max-width: var(--brandsite-max-width);
|
|
7444
7444
|
margin: 0 auto;
|
|
7445
7445
|
padding-left: var(--page-padding);
|
|
7446
7446
|
padding-right: var(--page-padding);
|
|
7447
7447
|
}
|
|
7448
7448
|
@container (max-width: 640px) {
|
|
7449
|
-
.c-page-footer__container-justified[data-v-
|
|
7449
|
+
.c-page-footer__container-justified[data-v-0afac6bd] {
|
|
7450
7450
|
-webkit-box-orient: vertical;
|
|
7451
7451
|
-webkit-box-direction: normal;
|
|
7452
7452
|
-ms-flex-direction: column;
|
|
7453
7453
|
flex-direction: column;
|
|
7454
7454
|
}
|
|
7455
|
-
.c-page-footer__container-justified[data-v-
|
|
7455
|
+
.c-page-footer__container-justified[data-v-0afac6bd] > :nth-child(2) {
|
|
7456
7456
|
margin-bottom: 1rem;
|
|
7457
7457
|
}
|
|
7458
7458
|
}
|
|
7459
7459
|
@container (min-width: 640px) {
|
|
7460
|
-
.c-page-footer__container-justified-stack[data-v-
|
|
7460
|
+
.c-page-footer__container-justified-stack[data-v-0afac6bd] {
|
|
7461
7461
|
margin-left: 1rem;
|
|
7462
7462
|
margin-right: 1rem;
|
|
7463
7463
|
-webkit-box-pack: justify;
|
|
@@ -7641,7 +7641,7 @@ to {
|
|
|
7641
7641
|
font-family: Lato, Helvetica, sans-serif;
|
|
7642
7642
|
}
|
|
7643
7643
|
|
|
7644
|
-
.brand-page__footer[data-v-
|
|
7644
|
+
.brand-page__footer[data-v-0e6a9117] {
|
|
7645
7645
|
display: -webkit-box;
|
|
7646
7646
|
display: -ms-flexbox;
|
|
7647
7647
|
display: flex;
|
|
@@ -7649,7 +7649,7 @@ to {
|
|
|
7649
7649
|
-ms-flex-pack: center;
|
|
7650
7650
|
justify-content: center;
|
|
7651
7651
|
}
|
|
7652
|
-
.brand-page__footer-link[data-v-
|
|
7652
|
+
.brand-page__footer-link[data-v-0e6a9117] {
|
|
7653
7653
|
display: block;
|
|
7654
7654
|
border-radius: 0.5rem;
|
|
7655
7655
|
padding: 0.75rem;
|
|
@@ -7657,25 +7657,25 @@ to {
|
|
|
7657
7657
|
-webkit-transition: background 0.2s ease-in-out;
|
|
7658
7658
|
transition: background 0.2s ease-in-out;
|
|
7659
7659
|
}
|
|
7660
|
-
.brand-page__footer-link[data-v-
|
|
7660
|
+
.brand-page__footer-link[data-v-0e6a9117]:hover {
|
|
7661
7661
|
opacity: 0.9;
|
|
7662
7662
|
}
|
|
7663
|
-
.icon-container[data-v-
|
|
7663
|
+
.icon-container[data-v-0e6a9117] {
|
|
7664
7664
|
width: 20px;
|
|
7665
7665
|
overflow: hidden;
|
|
7666
7666
|
}
|
|
7667
|
-
.extra-height[data-v-
|
|
7667
|
+
.extra-height[data-v-0e6a9117] {
|
|
7668
7668
|
-webkit-transition: height 0.5s ease-in-out;
|
|
7669
7669
|
transition: height 0.5s ease-in-out;
|
|
7670
7670
|
width: 100%;
|
|
7671
7671
|
}
|
|
7672
|
-
.c-button__label[data-v-
|
|
7672
|
+
.c-button__label[data-v-0e6a9117] {
|
|
7673
7673
|
margin: 0 auto;
|
|
7674
7674
|
word-break: break-word;
|
|
7675
7675
|
overflow-wrap: anywhere;
|
|
7676
7676
|
width: auto;
|
|
7677
7677
|
}
|
|
7678
|
-
.c-button[data-v-
|
|
7678
|
+
.c-button[data-v-0e6a9117] {
|
|
7679
7679
|
--icon-h: 1.5rem;
|
|
7680
7680
|
--icon-m-r: 0.5rem;
|
|
7681
7681
|
--icon-m-icon: 0.5rem;
|
|
@@ -7690,10 +7690,10 @@ to {
|
|
|
7690
7690
|
-ms-flex-align: center !important;
|
|
7691
7691
|
align-items: center !important;
|
|
7692
7692
|
}
|
|
7693
|
-
.button__icon[data-v-
|
|
7693
|
+
.button__icon[data-v-0e6a9117] {
|
|
7694
7694
|
margin-right: var(--icon-m-r);
|
|
7695
7695
|
}
|
|
7696
|
-
.btn-max-width[data-v-
|
|
7696
|
+
.btn-max-width[data-v-0e6a9117] {
|
|
7697
7697
|
max-width: 315px;
|
|
7698
7698
|
width: 100%;
|
|
7699
7699
|
}
|
|
@@ -7839,7 +7839,7 @@ body {
|
|
|
7839
7839
|
}
|
|
7840
7840
|
}
|
|
7841
7841
|
|
|
7842
|
-
.c-container[data-v-
|
|
7842
|
+
.c-container[data-v-5f2c3a69] {
|
|
7843
7843
|
-webkit-box-orient: vertical;
|
|
7844
7844
|
-webkit-box-direction: normal;
|
|
7845
7845
|
-ms-flex-direction: column;
|
|
@@ -7848,24 +7848,24 @@ body {
|
|
|
7848
7848
|
box-shadow: 0 -5px 5px -5px rgb(0 0 0 / 0.1);
|
|
7849
7849
|
z-index: 150;
|
|
7850
7850
|
}
|
|
7851
|
-
.c-text[data-v-
|
|
7851
|
+
.c-text[data-v-5f2c3a69] {
|
|
7852
7852
|
line-height: 1.5;
|
|
7853
7853
|
}
|
|
7854
|
-
.c-button-container[data-v-
|
|
7854
|
+
.c-button-container[data-v-5f2c3a69] {
|
|
7855
7855
|
width: 100%;
|
|
7856
7856
|
}
|
|
7857
|
-
.c-button[data-v-
|
|
7857
|
+
.c-button[data-v-5f2c3a69] {
|
|
7858
7858
|
width: 100%;
|
|
7859
7859
|
-webkit-box-pack: center;
|
|
7860
7860
|
-ms-flex-pack: center;
|
|
7861
7861
|
justify-content: center;
|
|
7862
7862
|
}
|
|
7863
|
-
[data-v-
|
|
7863
|
+
[data-v-5f2c3a69] button > span {
|
|
7864
7864
|
-webkit-box-pack: center;
|
|
7865
7865
|
-ms-flex-pack: center;
|
|
7866
7866
|
justify-content: center;
|
|
7867
7867
|
}
|
|
7868
|
-
.device--mobile .c-container[data-v-
|
|
7868
|
+
.device--mobile .c-container[data-v-5f2c3a69] {
|
|
7869
7869
|
-webkit-box-orient: vertical;
|
|
7870
7870
|
-webkit-box-direction: normal;
|
|
7871
7871
|
-ms-flex-direction: column;
|
|
@@ -7873,19 +7873,19 @@ body {
|
|
|
7873
7873
|
-webkit-box-shadow: 0 -5px 5px -5px rgb(0 0 0 / 0.1);
|
|
7874
7874
|
box-shadow: 0 -5px 5px -5px rgb(0 0 0 / 0.1);
|
|
7875
7875
|
}
|
|
7876
|
-
.device--mobile .c-text[data-v-
|
|
7876
|
+
.device--mobile .c-text[data-v-5f2c3a69] {
|
|
7877
7877
|
line-height: 1.5;
|
|
7878
7878
|
}
|
|
7879
|
-
.device--mobile .c-button-container[data-v-
|
|
7879
|
+
.device--mobile .c-button-container[data-v-5f2c3a69] {
|
|
7880
7880
|
width: 100%;
|
|
7881
7881
|
}
|
|
7882
|
-
.device--mobile .c-button[data-v-
|
|
7882
|
+
.device--mobile .c-button[data-v-5f2c3a69] {
|
|
7883
7883
|
width: 100%;
|
|
7884
7884
|
-webkit-box-pack: center;
|
|
7885
7885
|
-ms-flex-pack: center;
|
|
7886
7886
|
justify-content: center;
|
|
7887
7887
|
}
|
|
7888
|
-
.device--mobile[data-v-
|
|
7888
|
+
.device--mobile[data-v-5f2c3a69] button > span {
|
|
7889
7889
|
-webkit-box-pack: center;
|
|
7890
7890
|
-ms-flex-pack: center;
|
|
7891
7891
|
justify-content: center;
|
|
@@ -7893,29 +7893,29 @@ body {
|
|
|
7893
7893
|
|
|
7894
7894
|
/* desktop styles */
|
|
7895
7895
|
@media (min-width: 768px) {
|
|
7896
|
-
.c-container[data-v-
|
|
7896
|
+
.c-container[data-v-5f2c3a69] {
|
|
7897
7897
|
-webkit-box-orient: horizontal;
|
|
7898
7898
|
-webkit-box-direction: normal;
|
|
7899
7899
|
-ms-flex-direction: row;
|
|
7900
7900
|
flex-direction: row;
|
|
7901
7901
|
}
|
|
7902
|
-
.c-button-container[data-v-
|
|
7902
|
+
.c-button-container[data-v-5f2c3a69] {
|
|
7903
7903
|
width: auto;
|
|
7904
7904
|
}
|
|
7905
|
-
.c-button[data-v-
|
|
7905
|
+
.c-button[data-v-5f2c3a69] {
|
|
7906
7906
|
width: auto;
|
|
7907
7907
|
}
|
|
7908
7908
|
}
|
|
7909
|
-
.device--desktop .c-container[data-v-
|
|
7909
|
+
.device--desktop .c-container[data-v-5f2c3a69] {
|
|
7910
7910
|
-webkit-box-orient: horizontal;
|
|
7911
7911
|
-webkit-box-direction: normal;
|
|
7912
7912
|
-ms-flex-direction: row;
|
|
7913
7913
|
flex-direction: row;
|
|
7914
7914
|
}
|
|
7915
|
-
.device--desktop .c-button-container[data-v-
|
|
7915
|
+
.device--desktop .c-button-container[data-v-5f2c3a69] {
|
|
7916
7916
|
width: auto;
|
|
7917
7917
|
}
|
|
7918
|
-
.device--desktop .c-button[data-v-
|
|
7918
|
+
.device--desktop .c-button[data-v-5f2c3a69] {
|
|
7919
7919
|
width: auto;
|
|
7920
7920
|
}
|
|
7921
7921
|
|