@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
|
@@ -6082,7 +6082,7 @@ input[data-v-4cd691db]::-webkit-inner-spin-button {
|
|
|
6082
6082
|
font-family: Lato, Helvetica, sans-serif;
|
|
6083
6083
|
}
|
|
6084
6084
|
|
|
6085
|
-
.carousel-wrapper[data-v-
|
|
6085
|
+
.carousel-wrapper[data-v-c8dbc3ab] {
|
|
6086
6086
|
position: relative;
|
|
6087
6087
|
overflow-x: auto;
|
|
6088
6088
|
overflow-y: hidden;
|
|
@@ -6092,15 +6092,15 @@ input[data-v-4cd691db]::-webkit-inner-spin-button {
|
|
|
6092
6092
|
-ms-overflow-style: none;
|
|
6093
6093
|
width: 100%;
|
|
6094
6094
|
}
|
|
6095
|
-
.scroll-chevron[data-v-
|
|
6095
|
+
.scroll-chevron[data-v-c8dbc3ab] {
|
|
6096
6096
|
background: none !important;
|
|
6097
6097
|
border: none !important;
|
|
6098
6098
|
}
|
|
6099
|
-
.carousel-wrapper[data-v-
|
|
6099
|
+
.carousel-wrapper[data-v-c8dbc3ab]:active {
|
|
6100
6100
|
cursor: -webkit-grabbing;
|
|
6101
6101
|
cursor: grabbing;
|
|
6102
6102
|
}
|
|
6103
|
-
.carousel-track[data-v-
|
|
6103
|
+
.carousel-track[data-v-c8dbc3ab] {
|
|
6104
6104
|
display: -webkit-box;
|
|
6105
6105
|
display: -ms-flexbox;
|
|
6106
6106
|
display: flex;
|
|
@@ -6114,7 +6114,7 @@ input[data-v-4cd691db]::-webkit-inner-spin-button {
|
|
|
6114
6114
|
margin: 0 auto;
|
|
6115
6115
|
gap: 8px;
|
|
6116
6116
|
}
|
|
6117
|
-
.carousel-item[data-v-
|
|
6117
|
+
.carousel-item[data-v-c8dbc3ab] {
|
|
6118
6118
|
position: relative;
|
|
6119
6119
|
-ms-flex-negative: 0;
|
|
6120
6120
|
flex-shrink: 0;
|
|
@@ -6125,7 +6125,7 @@ input[data-v-4cd691db]::-webkit-inner-spin-button {
|
|
|
6125
6125
|
-ms-flex-align: center;
|
|
6126
6126
|
align-items: center;
|
|
6127
6127
|
}
|
|
6128
|
-
.carousel-link[data-v-
|
|
6128
|
+
.carousel-link[data-v-c8dbc3ab] {
|
|
6129
6129
|
display: block;
|
|
6130
6130
|
padding: 12px 8px;
|
|
6131
6131
|
text-decoration: none;
|
|
@@ -6138,7 +6138,7 @@ input[data-v-4cd691db]::-webkit-inner-spin-button {
|
|
|
6138
6138
|
-ms-flex-item-align: stretch;
|
|
6139
6139
|
align-self: stretch;
|
|
6140
6140
|
}
|
|
6141
|
-
.carousel-chevron[data-v-
|
|
6141
|
+
.carousel-chevron[data-v-c8dbc3ab] {
|
|
6142
6142
|
cursor: pointer;
|
|
6143
6143
|
border-left: none !important;
|
|
6144
6144
|
padding: 0 12px;
|
|
@@ -6152,17 +6152,17 @@ input[data-v-4cd691db]::-webkit-inner-spin-button {
|
|
|
6152
6152
|
-ms-flex-align: center;
|
|
6153
6153
|
align-items: center;
|
|
6154
6154
|
}
|
|
6155
|
-
.carousel-chevron[data-v-
|
|
6155
|
+
.carousel-chevron[data-v-c8dbc3ab] svg {
|
|
6156
6156
|
-webkit-transition: -webkit-transform 0.2s ease;
|
|
6157
6157
|
transition: -webkit-transform 0.2s ease;
|
|
6158
6158
|
transition: transform 0.2s ease;
|
|
6159
6159
|
transition: transform 0.2s ease, -webkit-transform 0.2s ease;
|
|
6160
6160
|
}
|
|
6161
|
-
.carousel-chevron--open[data-v-
|
|
6161
|
+
.carousel-chevron--open[data-v-c8dbc3ab] svg {
|
|
6162
6162
|
-webkit-transform: rotate(180deg);
|
|
6163
6163
|
transform: rotate(180deg);
|
|
6164
6164
|
}
|
|
6165
|
-
.dropdown-menu[data-v-
|
|
6165
|
+
.dropdown-menu[data-v-c8dbc3ab] {
|
|
6166
6166
|
min-width: 150px;
|
|
6167
6167
|
max-height: 240px;
|
|
6168
6168
|
overflow-x: hidden;
|
|
@@ -6175,7 +6175,7 @@ input[data-v-4cd691db]::-webkit-inner-spin-button {
|
|
|
6175
6175
|
-ms-flex-direction: column;
|
|
6176
6176
|
flex-direction: column;
|
|
6177
6177
|
}
|
|
6178
|
-
.dropdown-item[data-v-
|
|
6178
|
+
.dropdown-item[data-v-c8dbc3ab] {
|
|
6179
6179
|
display: block;
|
|
6180
6180
|
padding: 12px 16px;
|
|
6181
6181
|
cursor: pointer;
|
|
@@ -6744,7 +6744,7 @@ select[data-v-665b8067] {
|
|
|
6744
6744
|
padding: 4px;
|
|
6745
6745
|
}
|
|
6746
6746
|
|
|
6747
|
-
.payment-option-prices[data-v-
|
|
6747
|
+
.payment-option-prices[data-v-88c49b68] {
|
|
6748
6748
|
display: -webkit-box;
|
|
6749
6749
|
display: -ms-flexbox;
|
|
6750
6750
|
display: flex;
|
|
@@ -6755,7 +6755,7 @@ select[data-v-665b8067] {
|
|
|
6755
6755
|
-ms-flex-wrap: wrap;
|
|
6756
6756
|
flex-wrap: wrap
|
|
6757
6757
|
}
|
|
6758
|
-
.payment-option-prices-thumbnail[data-v-
|
|
6758
|
+
.payment-option-prices-thumbnail[data-v-88c49b68] {
|
|
6759
6759
|
display: -webkit-box;
|
|
6760
6760
|
display: -ms-flexbox;
|
|
6761
6761
|
display: flex;
|
|
@@ -6766,15 +6766,15 @@ select[data-v-665b8067] {
|
|
|
6766
6766
|
gap: 0.5rem
|
|
6767
6767
|
}
|
|
6768
6768
|
@media (min-width: 768px) {
|
|
6769
|
-
.device--mobile .payment-options[data-v-
|
|
6769
|
+
.device--mobile .payment-options[data-v-88c49b68] {
|
|
6770
6770
|
display: block
|
|
6771
6771
|
}
|
|
6772
6772
|
}
|
|
6773
|
-
.device--mobile .payment-option[data-v-
|
|
6773
|
+
.device--mobile .payment-option[data-v-88c49b68] {
|
|
6774
6774
|
margin-top: 0.5rem;
|
|
6775
6775
|
margin-bottom: 0.5rem
|
|
6776
6776
|
}
|
|
6777
|
-
.payment-width[data-v-
|
|
6777
|
+
.payment-width[data-v-88c49b68] {
|
|
6778
6778
|
margin: 0.375rem;
|
|
6779
6779
|
-ms-flex-negative: 1;
|
|
6780
6780
|
flex-shrink: 1;
|
|
@@ -7500,44 +7500,44 @@ select[data-v-665b8067] {
|
|
|
7500
7500
|
color: #f21b3f;
|
|
7501
7501
|
}
|
|
7502
7502
|
|
|
7503
|
-
.inner-container[data-v-
|
|
7503
|
+
.inner-container[data-v-ca446a07] {
|
|
7504
7504
|
max-width: var(--brandsite-max-width);
|
|
7505
7505
|
margin: 0 auto;
|
|
7506
7506
|
}
|
|
7507
|
-
.outer-container[data-v-
|
|
7507
|
+
.outer-container[data-v-ca446a07] {
|
|
7508
7508
|
padding-left: var(--page-padding);
|
|
7509
7509
|
padding-right: var(--page-padding);
|
|
7510
7510
|
}
|
|
7511
|
-
.modal-cart[data-v-
|
|
7511
|
+
.modal-cart[data-v-ca446a07] .cart-image {
|
|
7512
7512
|
width: 3rem;
|
|
7513
7513
|
}
|
|
7514
|
-
.modal-cart[data-v-
|
|
7514
|
+
.modal-cart[data-v-ca446a07] .cart-option {
|
|
7515
7515
|
width: 100%;
|
|
7516
7516
|
}
|
|
7517
|
-
.success-bar-container[data-v-
|
|
7517
|
+
.success-bar-container[data-v-ca446a07] .tw-bg-success-500 {
|
|
7518
7518
|
--tw-bg-opacity: 1;
|
|
7519
7519
|
background-color: rgb(36 168 16 / var(--tw-bg-opacity));
|
|
7520
7520
|
}
|
|
7521
7521
|
@media (min-width: 640px) {
|
|
7522
|
-
.modal-product-detail[data-v-
|
|
7522
|
+
.modal-product-detail[data-v-ca446a07] .modal {
|
|
7523
7523
|
min-width: 100vh;
|
|
7524
7524
|
}
|
|
7525
|
-
.modal-cart[data-v-
|
|
7525
|
+
.modal-cart[data-v-ca446a07] .modal {
|
|
7526
7526
|
min-width: 90vh;
|
|
7527
7527
|
max-height: 90vh;
|
|
7528
7528
|
}
|
|
7529
|
-
.modal-cart[data-v-
|
|
7529
|
+
.modal-cart[data-v-ca446a07] .cart-image {
|
|
7530
7530
|
width: 8rem;
|
|
7531
7531
|
}
|
|
7532
|
-
.modal-cart[data-v-
|
|
7532
|
+
.modal-cart[data-v-ca446a07] .cart-option {
|
|
7533
7533
|
width: 75%;
|
|
7534
7534
|
}
|
|
7535
|
-
.success-bar[data-v-
|
|
7535
|
+
.success-bar[data-v-ca446a07] {
|
|
7536
7536
|
width: 50%;
|
|
7537
7537
|
}
|
|
7538
7538
|
}
|
|
7539
7539
|
@media (max-width: 640px) {
|
|
7540
|
-
.success-bar[data-v-
|
|
7540
|
+
.success-bar[data-v-ca446a07] {
|
|
7541
7541
|
width: 91.666667%;
|
|
7542
7542
|
}
|
|
7543
7543
|
}
|
|
@@ -7997,21 +7997,21 @@ select[data-v-665b8067] {
|
|
|
7997
7997
|
padding: 0.25rem var(--page-padding);
|
|
7998
7998
|
}
|
|
7999
7999
|
|
|
8000
|
-
.c-page-footer__container[data-v-
|
|
8000
|
+
.c-page-footer__container[data-v-0afac6bd] {
|
|
8001
8001
|
max-width: var(--brandsite-max-width);
|
|
8002
8002
|
margin: 0 auto;
|
|
8003
8003
|
padding: 0.25rem var(--page-padding);
|
|
8004
8004
|
}
|
|
8005
|
-
.c-page-footer__container-justified[data-v-
|
|
8005
|
+
.c-page-footer__container-justified[data-v-0afac6bd] {
|
|
8006
8006
|
-webkit-box-pack: justify;
|
|
8007
8007
|
-ms-flex-pack: justify;
|
|
8008
8008
|
justify-content: space-between;
|
|
8009
8009
|
}
|
|
8010
|
-
.sortable[data-v-
|
|
8010
|
+
.sortable[data-v-0afac6bd] {
|
|
8011
8011
|
outline-color: #F7768C;
|
|
8012
8012
|
outline-width: 0.2rem;
|
|
8013
8013
|
}
|
|
8014
|
-
.brand-page__content--outline-selected[data-v-
|
|
8014
|
+
.brand-page__content--outline-selected[data-v-0afac6bd] {
|
|
8015
8015
|
position: relative;
|
|
8016
8016
|
z-index: 10;
|
|
8017
8017
|
margin-left: 0.25rem;
|
|
@@ -8020,25 +8020,25 @@ select[data-v-665b8067] {
|
|
|
8020
8020
|
outline-width: 0.2rem;
|
|
8021
8021
|
outline-style: dashed;
|
|
8022
8022
|
}
|
|
8023
|
-
.c_footer-container[data-v-
|
|
8023
|
+
.c_footer-container[data-v-0afac6bd] {
|
|
8024
8024
|
max-width: var(--brandsite-max-width);
|
|
8025
8025
|
margin: 0 auto;
|
|
8026
8026
|
padding-left: var(--page-padding);
|
|
8027
8027
|
padding-right: var(--page-padding);
|
|
8028
8028
|
}
|
|
8029
8029
|
@container (max-width: 640px) {
|
|
8030
|
-
.c-page-footer__container-justified[data-v-
|
|
8030
|
+
.c-page-footer__container-justified[data-v-0afac6bd] {
|
|
8031
8031
|
-webkit-box-orient: vertical;
|
|
8032
8032
|
-webkit-box-direction: normal;
|
|
8033
8033
|
-ms-flex-direction: column;
|
|
8034
8034
|
flex-direction: column;
|
|
8035
8035
|
}
|
|
8036
|
-
.c-page-footer__container-justified[data-v-
|
|
8036
|
+
.c-page-footer__container-justified[data-v-0afac6bd] > :nth-child(2) {
|
|
8037
8037
|
margin-bottom: 1rem;
|
|
8038
8038
|
}
|
|
8039
8039
|
}
|
|
8040
8040
|
@container (min-width: 640px) {
|
|
8041
|
-
.c-page-footer__container-justified-stack[data-v-
|
|
8041
|
+
.c-page-footer__container-justified-stack[data-v-0afac6bd] {
|
|
8042
8042
|
margin-left: 1rem;
|
|
8043
8043
|
margin-right: 1rem;
|
|
8044
8044
|
-webkit-box-pack: justify;
|
|
@@ -8222,7 +8222,7 @@ to {
|
|
|
8222
8222
|
font-family: Lato, Helvetica, sans-serif;
|
|
8223
8223
|
}
|
|
8224
8224
|
|
|
8225
|
-
.brand-page__footer[data-v-
|
|
8225
|
+
.brand-page__footer[data-v-0e6a9117] {
|
|
8226
8226
|
display: -webkit-box;
|
|
8227
8227
|
display: -ms-flexbox;
|
|
8228
8228
|
display: flex;
|
|
@@ -8230,7 +8230,7 @@ to {
|
|
|
8230
8230
|
-ms-flex-pack: center;
|
|
8231
8231
|
justify-content: center;
|
|
8232
8232
|
}
|
|
8233
|
-
.brand-page__footer-link[data-v-
|
|
8233
|
+
.brand-page__footer-link[data-v-0e6a9117] {
|
|
8234
8234
|
display: block;
|
|
8235
8235
|
border-radius: 0.25rem;
|
|
8236
8236
|
padding: 0.75rem;
|
|
@@ -8238,25 +8238,25 @@ to {
|
|
|
8238
8238
|
-webkit-transition: background 0.2s ease-in-out;
|
|
8239
8239
|
transition: background 0.2s ease-in-out;
|
|
8240
8240
|
}
|
|
8241
|
-
.brand-page__footer-link[data-v-
|
|
8241
|
+
.brand-page__footer-link[data-v-0e6a9117]:hover {
|
|
8242
8242
|
opacity: 0.9;
|
|
8243
8243
|
}
|
|
8244
|
-
.icon-container[data-v-
|
|
8244
|
+
.icon-container[data-v-0e6a9117] {
|
|
8245
8245
|
width: 20px;
|
|
8246
8246
|
overflow: hidden;
|
|
8247
8247
|
}
|
|
8248
|
-
.extra-height[data-v-
|
|
8248
|
+
.extra-height[data-v-0e6a9117] {
|
|
8249
8249
|
-webkit-transition: height 0.5s ease-in-out;
|
|
8250
8250
|
transition: height 0.5s ease-in-out;
|
|
8251
8251
|
width: 100%;
|
|
8252
8252
|
}
|
|
8253
|
-
.c-button__label[data-v-
|
|
8253
|
+
.c-button__label[data-v-0e6a9117] {
|
|
8254
8254
|
margin: 0 auto;
|
|
8255
8255
|
word-break: break-word;
|
|
8256
8256
|
overflow-wrap: anywhere;
|
|
8257
8257
|
width: auto;
|
|
8258
8258
|
}
|
|
8259
|
-
.c-button[data-v-
|
|
8259
|
+
.c-button[data-v-0e6a9117] {
|
|
8260
8260
|
--icon-h: 1.5rem;
|
|
8261
8261
|
--icon-m-r: 0.5rem;
|
|
8262
8262
|
--icon-m-icon: 0.5rem;
|
|
@@ -8271,10 +8271,10 @@ to {
|
|
|
8271
8271
|
-ms-flex-align: center !important;
|
|
8272
8272
|
align-items: center !important;
|
|
8273
8273
|
}
|
|
8274
|
-
.button__icon[data-v-
|
|
8274
|
+
.button__icon[data-v-0e6a9117] {
|
|
8275
8275
|
margin-right: var(--icon-m-r);
|
|
8276
8276
|
}
|
|
8277
|
-
.btn-max-width[data-v-
|
|
8277
|
+
.btn-max-width[data-v-0e6a9117] {
|
|
8278
8278
|
max-width: 315px;
|
|
8279
8279
|
width: 100%;
|
|
8280
8280
|
}
|
|
@@ -8420,7 +8420,7 @@ body {
|
|
|
8420
8420
|
}
|
|
8421
8421
|
}
|
|
8422
8422
|
|
|
8423
|
-
.c-container[data-v-
|
|
8423
|
+
.c-container[data-v-5f2c3a69] {
|
|
8424
8424
|
-webkit-box-orient: vertical;
|
|
8425
8425
|
-webkit-box-direction: normal;
|
|
8426
8426
|
-ms-flex-direction: column;
|
|
@@ -8429,24 +8429,24 @@ body {
|
|
|
8429
8429
|
box-shadow: 0 -5px 5px -5px rgb(0 0 0 / 0.1);
|
|
8430
8430
|
z-index: 150;
|
|
8431
8431
|
}
|
|
8432
|
-
.c-text[data-v-
|
|
8432
|
+
.c-text[data-v-5f2c3a69] {
|
|
8433
8433
|
line-height: 1.5;
|
|
8434
8434
|
}
|
|
8435
|
-
.c-button-container[data-v-
|
|
8435
|
+
.c-button-container[data-v-5f2c3a69] {
|
|
8436
8436
|
width: 100%;
|
|
8437
8437
|
}
|
|
8438
|
-
.c-button[data-v-
|
|
8438
|
+
.c-button[data-v-5f2c3a69] {
|
|
8439
8439
|
width: 100%;
|
|
8440
8440
|
-webkit-box-pack: center;
|
|
8441
8441
|
-ms-flex-pack: center;
|
|
8442
8442
|
justify-content: center;
|
|
8443
8443
|
}
|
|
8444
|
-
[data-v-
|
|
8444
|
+
[data-v-5f2c3a69] button > span {
|
|
8445
8445
|
-webkit-box-pack: center;
|
|
8446
8446
|
-ms-flex-pack: center;
|
|
8447
8447
|
justify-content: center;
|
|
8448
8448
|
}
|
|
8449
|
-
.device--mobile .c-container[data-v-
|
|
8449
|
+
.device--mobile .c-container[data-v-5f2c3a69] {
|
|
8450
8450
|
-webkit-box-orient: vertical;
|
|
8451
8451
|
-webkit-box-direction: normal;
|
|
8452
8452
|
-ms-flex-direction: column;
|
|
@@ -8454,19 +8454,19 @@ body {
|
|
|
8454
8454
|
-webkit-box-shadow: 0 -5px 5px -5px rgb(0 0 0 / 0.1);
|
|
8455
8455
|
box-shadow: 0 -5px 5px -5px rgb(0 0 0 / 0.1);
|
|
8456
8456
|
}
|
|
8457
|
-
.device--mobile .c-text[data-v-
|
|
8457
|
+
.device--mobile .c-text[data-v-5f2c3a69] {
|
|
8458
8458
|
line-height: 1.5;
|
|
8459
8459
|
}
|
|
8460
|
-
.device--mobile .c-button-container[data-v-
|
|
8460
|
+
.device--mobile .c-button-container[data-v-5f2c3a69] {
|
|
8461
8461
|
width: 100%;
|
|
8462
8462
|
}
|
|
8463
|
-
.device--mobile .c-button[data-v-
|
|
8463
|
+
.device--mobile .c-button[data-v-5f2c3a69] {
|
|
8464
8464
|
width: 100%;
|
|
8465
8465
|
-webkit-box-pack: center;
|
|
8466
8466
|
-ms-flex-pack: center;
|
|
8467
8467
|
justify-content: center;
|
|
8468
8468
|
}
|
|
8469
|
-
.device--mobile[data-v-
|
|
8469
|
+
.device--mobile[data-v-5f2c3a69] button > span {
|
|
8470
8470
|
-webkit-box-pack: center;
|
|
8471
8471
|
-ms-flex-pack: center;
|
|
8472
8472
|
justify-content: center;
|
|
@@ -8474,29 +8474,29 @@ body {
|
|
|
8474
8474
|
|
|
8475
8475
|
/* desktop styles */
|
|
8476
8476
|
@media (min-width: 768px) {
|
|
8477
|
-
.c-container[data-v-
|
|
8477
|
+
.c-container[data-v-5f2c3a69] {
|
|
8478
8478
|
-webkit-box-orient: horizontal;
|
|
8479
8479
|
-webkit-box-direction: normal;
|
|
8480
8480
|
-ms-flex-direction: row;
|
|
8481
8481
|
flex-direction: row;
|
|
8482
8482
|
}
|
|
8483
|
-
.c-button-container[data-v-
|
|
8483
|
+
.c-button-container[data-v-5f2c3a69] {
|
|
8484
8484
|
width: auto;
|
|
8485
8485
|
}
|
|
8486
|
-
.c-button[data-v-
|
|
8486
|
+
.c-button[data-v-5f2c3a69] {
|
|
8487
8487
|
width: auto;
|
|
8488
8488
|
}
|
|
8489
8489
|
}
|
|
8490
|
-
.device--desktop .c-container[data-v-
|
|
8490
|
+
.device--desktop .c-container[data-v-5f2c3a69] {
|
|
8491
8491
|
-webkit-box-orient: horizontal;
|
|
8492
8492
|
-webkit-box-direction: normal;
|
|
8493
8493
|
-ms-flex-direction: row;
|
|
8494
8494
|
flex-direction: row;
|
|
8495
8495
|
}
|
|
8496
|
-
.device--desktop .c-button-container[data-v-
|
|
8496
|
+
.device--desktop .c-button-container[data-v-5f2c3a69] {
|
|
8497
8497
|
width: auto;
|
|
8498
8498
|
}
|
|
8499
|
-
.device--desktop .c-button[data-v-
|
|
8499
|
+
.device--desktop .c-button[data-v-5f2c3a69] {
|
|
8500
8500
|
width: auto;
|
|
8501
8501
|
}
|
|
8502
8502
|
|