@magento/venia-ui 9.3.0 → 9.4.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/i18n/en_US.json +1 -1
- package/lib/RootComponents/CMS/cms.module.css +1 -1
- package/lib/RootComponents/Category/NoProductsFound/noProductsFound.module.css +18 -19
- package/lib/RootComponents/Category/category.module.css +50 -70
- package/lib/components/Accordion/accordion.module.css +4 -2
- package/lib/components/Accordion/section.module.css +24 -16
- package/lib/components/AccountChip/accountChip.module.css +5 -5
- package/lib/components/AccountInformationPage/accountInformationPage.module.css +22 -35
- package/lib/components/AccountInformationPage/editForm.module.css +13 -12
- package/lib/components/AccountInformationPage/editModal.module.css +1 -1
- package/lib/components/AccountMenu/accountMenu.module.css +34 -31
- package/lib/components/AccountMenu/accountMenuItems.module.css +20 -15
- package/lib/components/AddToCartDialog/addToCartDialog.module.css +27 -25
- package/lib/components/AddressBookPage/addEditDialog.module.css +10 -14
- package/lib/components/AddressBookPage/addressBookPage.module.css +30 -41
- package/lib/components/AddressBookPage/addressCard.module.css +61 -59
- package/lib/components/AuthBar/authBar.module.css +13 -12
- package/lib/components/AuthModal/authModal.module.css +5 -3
- package/lib/components/Breadcrumbs/breadcrumbs.module.css +12 -19
- package/lib/components/Button/button.module.css +95 -59
- package/lib/components/ButtonGroup/button.module.css +30 -28
- package/lib/components/ButtonGroup/buttonGroup.module.css +4 -4
- package/lib/components/CartPage/GiftCards/giftCard.module.css +3 -3
- package/lib/components/CartPage/GiftCards/giftCards.module.css +44 -41
- package/lib/components/CartPage/PriceAdjustments/CouponCode/couponCode.module.css +26 -18
- package/lib/components/CartPage/PriceAdjustments/ShippingMethods/__tests__/__snapshots__/shippingRadios.spec.js.snap +4 -0
- package/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingForm.module.css +7 -6
- package/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingMethods.module.css +9 -18
- package/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingRadio.module.css +1 -1
- package/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingRadios.module.css +5 -18
- package/lib/components/CartPage/PriceAdjustments/__tests__/__snapshots__/giftCardSection.ee.spec.js.snap +1 -1
- package/lib/components/CartPage/PriceAdjustments/__tests__/__snapshots__/giftOptionsSection.ce.spec.js.snap +1 -1
- package/lib/components/CartPage/PriceAdjustments/__tests__/__snapshots__/giftOptionsSection.ee.spec.js.snap +3 -3
- package/lib/components/CartPage/PriceAdjustments/__tests__/giftCardSection.ce.spec.js +1 -1
- package/lib/components/CartPage/PriceAdjustments/__tests__/giftCardSection.ee.spec.js +1 -1
- package/lib/components/CartPage/PriceAdjustments/__tests__/giftOptionsSection.ce.spec.js +1 -1
- package/lib/components/CartPage/PriceAdjustments/__tests__/giftOptionsSection.ee.spec.js +1 -1
- package/lib/components/CartPage/PriceAdjustments/giftCardSection.ce.js +2 -2
- package/lib/components/CartPage/PriceAdjustments/giftOptionsSection.ce.js +2 -2
- package/lib/components/CartPage/PriceSummary/__tests__/__snapshots__/giftCardSummary.ce.spec.js.snap +1 -1
- package/lib/components/CartPage/PriceSummary/__tests__/__snapshots__/giftCardSummary.ee.spec.js.snap +4 -4
- package/lib/components/CartPage/PriceSummary/__tests__/__snapshots__/giftOptionsSummary.ce.spec.js.snap +1 -1
- package/lib/components/CartPage/PriceSummary/__tests__/__snapshots__/giftOptionsSummary.ee.spec.js.snap +4 -4
- package/lib/components/CartPage/PriceSummary/__tests__/giftCardSummary.ce.spec.js +1 -1
- package/lib/components/CartPage/PriceSummary/__tests__/giftCardSummary.ee.spec.js +1 -1
- package/lib/components/CartPage/PriceSummary/__tests__/giftOptionsSummary.ce.spec.js +1 -1
- package/lib/components/CartPage/PriceSummary/__tests__/giftOptionsSummary.ee.spec.js +1 -1
- package/lib/components/CartPage/PriceSummary/giftOptionsSummary.ce.js +2 -2
- package/lib/components/CartPage/PriceSummary/priceSummary.module.css +16 -16
- package/lib/components/CartPage/ProductListing/EditModal/productDetail.module.css +16 -13
- package/lib/components/CartPage/ProductListing/EditModal/productForm.js +2 -2
- package/lib/components/CartPage/ProductListing/EditModal/productForm.module.css +28 -22
- package/lib/components/CartPage/ProductListing/__tests__/__snapshots__/product.spec.js.snap +4 -0
- package/lib/components/CartPage/ProductListing/__tests__/quantity.spec.js +3 -3
- package/lib/components/CartPage/ProductListing/errorMessage.module.css +11 -7
- package/lib/components/CartPage/ProductListing/product.module.css +67 -59
- package/lib/components/CartPage/ProductListing/productListing.module.css +6 -5
- package/lib/components/CartPage/ProductListing/quantity.js +8 -92
- package/lib/components/CartPage/cartPage.module.css +18 -22
- package/lib/components/CategoryList/categoryList.module.css +8 -7
- package/lib/components/CategoryList/categoryTile.module.css +14 -11
- package/lib/components/CategoryTree/categoryLeaf.module.css +19 -16
- package/lib/components/CategoryTree/categoryTree.module.css +2 -2
- package/lib/components/Checkbox/checkbox.module.css +33 -30
- package/lib/components/Checkout/Receipt/receipt.module.css +28 -23
- package/lib/components/Checkout/addressForm.module.css +20 -20
- package/lib/components/Checkout/braintreeDropin.module.css +1 -1
- package/lib/components/Checkout/checkoutButton.module.css +2 -1
- package/lib/components/Checkout/flow.module.css +34 -30
- package/lib/components/Checkout/form.module.css +13 -9
- package/lib/components/Checkout/label.module.css +6 -6
- package/lib/components/Checkout/paymentsForm.module.css +23 -21
- package/lib/components/Checkout/section.module.css +30 -31
- package/lib/components/Checkout/shippingForm.module.css +1 -1
- package/lib/components/CheckoutPage/AddressBook/addressBook.module.css +52 -61
- package/lib/components/CheckoutPage/AddressBook/addressCard.module.css +43 -47
- package/lib/components/CheckoutPage/BillingAddress/billingAddress.module.css +14 -28
- package/lib/components/CheckoutPage/GuestSignIn/guestSignIn.module.css +28 -26
- package/lib/components/CheckoutPage/ItemsReview/item.js +1 -1
- package/lib/components/CheckoutPage/ItemsReview/item.module.css +29 -18
- package/lib/components/CheckoutPage/ItemsReview/itemsReview.module.css +8 -5
- package/lib/components/CheckoutPage/ItemsReview/showAllButton.module.css +15 -11
- package/lib/components/CheckoutPage/OrderConfirmationPage/createAccount.module.css +12 -26
- package/lib/components/CheckoutPage/OrderConfirmationPage/orderConfirmationPage.module.css +29 -37
- package/lib/components/CheckoutPage/OrderSummary/orderSummary.module.css +12 -17
- package/lib/components/CheckoutPage/PaymentInformation/braintreeDropin.module.css +5 -2
- package/lib/components/CheckoutPage/PaymentInformation/braintreeSummary.module.css +30 -50
- package/lib/components/CheckoutPage/PaymentInformation/creditCard.module.css +20 -34
- package/lib/components/CheckoutPage/PaymentInformation/editCard.module.css +3 -2
- package/lib/components/CheckoutPage/PaymentInformation/paymentInformation.module.css +12 -13
- package/lib/components/CheckoutPage/PaymentInformation/paymentMethods.module.css +17 -14
- package/lib/components/CheckoutPage/PaymentInformation/summary.module.css +9 -9
- package/lib/components/CheckoutPage/ShippingInformation/AddressForm/customerForm.module.css +15 -13
- package/lib/components/CheckoutPage/ShippingInformation/AddressForm/guestForm.module.css +14 -12
- package/lib/components/CheckoutPage/ShippingInformation/card.module.css +7 -7
- package/lib/components/CheckoutPage/ShippingInformation/editModal.module.css +66 -49
- package/lib/components/CheckoutPage/ShippingInformation/shippingInformation.module.css +37 -26
- package/lib/components/CheckoutPage/ShippingMethod/__tests__/__snapshots__/shippingMethod.spec.js.snap +2 -0
- package/lib/components/CheckoutPage/ShippingMethod/__tests__/__snapshots__/updateModal.spec.js.snap +2 -0
- package/lib/components/CheckoutPage/ShippingMethod/completedView.module.css +23 -26
- package/lib/components/CheckoutPage/ShippingMethod/shippingMethod.module.css +17 -15
- package/lib/components/CheckoutPage/ShippingMethod/shippingRadios.module.css +13 -24
- package/lib/components/CheckoutPage/ShippingMethod/updateModal.module.css +1 -1
- package/lib/components/CheckoutPage/checkoutPage.module.css +85 -79
- package/lib/components/CmsBlock/cmsBlock.module.css +3 -1
- package/lib/components/CmsDynamicBlock/__tests__/__snapshots__/cmsDynamicBlock.ce.spec.js.snap +1 -1
- package/lib/components/CmsDynamicBlock/__tests__/__snapshots__/cmsDynamicBlock.ee.spec.js.snap +8 -8
- package/lib/components/CmsDynamicBlock/__tests__/cmsDynamicBlock.ce.spec.js +1 -1
- package/lib/components/CmsDynamicBlock/__tests__/cmsDynamicBlock.ee.spec.js +1 -1
- package/lib/components/CmsDynamicBlock/cmsDynamicBlock.ce.js +2 -2
- package/lib/components/CommunicationsPage/communicationsPage.module.css +14 -20
- package/lib/components/ContactPage/contactPage.module.css +1 -1
- package/lib/components/CreateAccount/createAccount.module.css +24 -27
- package/lib/components/CreateAccountPage/createAccountPage.module.css +13 -12
- package/lib/components/Dialog/__stories__/dialog.module.css +3 -2
- package/lib/components/Dialog/dialog.module.css +98 -99
- package/lib/components/ErrorMessage/errorMessage.module.css +4 -4
- package/lib/components/ErrorView/errorView.module.css +21 -24
- package/lib/components/Field/field.module.css +32 -35
- package/lib/components/Field/fieldIcons.module.css +18 -13
- package/lib/components/Field/message.module.css +11 -7
- package/lib/components/FilterModal/CurrentFilters/currentFilter.js +4 -2
- package/lib/components/FilterModal/CurrentFilters/currentFilter.module.css +14 -11
- package/lib/components/FilterModal/CurrentFilters/currentFilters.module.css +10 -5
- package/lib/components/FilterModal/FilterList/__tests__/filterItemRadio.spec.js +134 -0
- package/lib/components/FilterModal/FilterList/filterItemRadio.js +76 -0
- package/lib/components/FilterModal/FilterList/filterItemRadio.module.css +0 -0
- package/lib/components/FilterModal/FilterList/filterItemRadioGroup.js +86 -0
- package/lib/components/FilterModal/FilterList/filterList.js +65 -41
- package/lib/components/FilterModal/FilterList/filterList.module.css +8 -10
- package/lib/components/FilterModal/__tests__/filterModal.spec.js +58 -3
- package/lib/components/FilterModal/filterBlock.js +4 -0
- package/lib/components/FilterModal/filterBlock.module.css +15 -12
- package/lib/components/FilterModal/filterFooter.module.css +8 -8
- package/lib/components/FilterModal/filterModal.js +4 -2
- package/lib/components/FilterModal/filterModal.module.css +49 -28
- package/lib/components/FilterModal/filterSearch.module.css +1 -1
- package/lib/components/FilterModalOpenButton/filterModalOpenButton.module.css +3 -6
- package/lib/components/FilterSidebar/__tests__/filterSidebar.spec.js +9 -2
- package/lib/components/FilterSidebar/filterSidebar.js +4 -1
- package/lib/components/FilterSidebar/filterSidebar.module.css +33 -25
- package/lib/components/Footer/footer.module.css +89 -109
- package/lib/components/ForgotPassword/ForgotPasswordForm/forgotPasswordForm.module.css +11 -11
- package/lib/components/ForgotPassword/FormSubmissionSuccessful/formSubmissionSuccessful.module.css +7 -7
- package/lib/components/ForgotPassword/forgotPassword.module.css +9 -8
- package/lib/components/ForgotPasswordPage/forgotPasswordPage.module.css +13 -12
- package/lib/components/Gallery/__tests__/__snapshots__/gallery.spec.js.snap +2 -2
- package/lib/components/Gallery/__tests__/__snapshots__/item.spec.js.snap +1 -1
- package/lib/components/Gallery/__tests__/gallery.spec.js +2 -2
- package/lib/components/Gallery/__tests__/item.spec.js +1 -1
- package/lib/components/Gallery/addToCartButton.module.css +15 -25
- package/lib/components/Gallery/gallery.module.css +7 -7
- package/lib/components/Gallery/item.js +12 -5
- package/lib/components/Gallery/item.module.css +31 -27
- package/lib/components/Header/accountTrigger.module.css +9 -14
- package/lib/components/Header/cartTrigger.module.css +30 -37
- package/lib/components/Header/currencySwitcher.module.css +67 -50
- package/lib/components/Header/header.js +5 -1
- package/lib/components/Header/header.module.css +26 -36
- package/lib/components/Header/navTrigger.module.css +4 -7
- package/lib/components/Header/onlineIndicator.module.css +11 -9
- package/lib/components/Header/searchTrigger.module.css +8 -13
- package/lib/components/Header/storeSwitcher.module.css +61 -52
- package/lib/components/Header/switcherItem.module.css +12 -11
- package/lib/components/HomePage/homePage.module.css +9 -8
- package/lib/components/Icon/icon.module.css +9 -8
- package/lib/components/Image/__stories__/image.module.css +4 -4
- package/lib/components/Image/image.module.css +16 -9
- package/lib/components/LegacyMiniCart/body.module.css +2 -2
- package/lib/components/LegacyMiniCart/cartOptions.module.css +29 -23
- package/lib/components/LegacyMiniCart/emptyMiniCartBody.module.css +9 -9
- package/lib/components/LegacyMiniCart/footer.module.css +10 -6
- package/lib/components/LegacyMiniCart/header.module.css +20 -19
- package/lib/components/LegacyMiniCart/kebab.module.css +19 -28
- package/lib/components/LegacyMiniCart/mask.module.css +2 -1
- package/lib/components/LegacyMiniCart/miniCart.js +3 -0
- package/lib/components/LegacyMiniCart/miniCart.module.css +22 -15
- package/lib/components/LegacyMiniCart/product.module.css +36 -32
- package/lib/components/LegacyMiniCart/productList.module.css +6 -4
- package/lib/components/LegacyMiniCart/productOptions.module.css +9 -9
- package/lib/components/LegacyMiniCart/section.js +2 -0
- package/lib/components/LegacyMiniCart/section.module.css +28 -16
- package/lib/components/LegacyMiniCart/totalsSummary.module.css +11 -10
- package/lib/components/LinkButton/linkButton.module.css +8 -9
- package/lib/components/LoadingIndicator/indicator.module.css +20 -18
- package/lib/components/LoadingIndicator/spinner.module.css +1 -10
- package/lib/components/Main/main.module.css +7 -6
- package/lib/components/Mask/mask.module.css +19 -14
- package/lib/components/MegaMenu/__tests__/__snapshots__/MegaMenu.spec.js.snap +1 -1
- package/lib/components/MegaMenu/__tests__/__snapshots__/Submenu.spec.js.snap +1 -1
- package/lib/components/MegaMenu/megaMenuItem.module.css +9 -7
- package/lib/components/MegaMenu/submenu.js +1 -1
- package/lib/components/MegaMenu/submenu.module.css +22 -16
- package/lib/components/MegaMenu/submenuColumn.module.css +11 -9
- package/lib/components/MiniCart/ProductList/item.module.css +16 -13
- package/lib/components/MiniCart/ProductList/productList.module.css +2 -2
- package/lib/components/MiniCart/miniCart.module.css +81 -67
- package/lib/components/MyAccount/ResetPassword/resetPassword.module.css +25 -26
- package/lib/components/MyAccount/accountLink.module.css +17 -15
- package/lib/components/MyAccount/myAccount.module.css +3 -3
- package/lib/components/Navigation/navHeader.module.css +7 -6
- package/lib/components/Navigation/navigation.module.css +82 -68
- package/lib/components/Newsletter/newsletter.module.css +59 -64
- package/lib/components/OrderHistoryPage/OrderDetails/billingInformation.module.css +4 -4
- package/lib/components/OrderHistoryPage/OrderDetails/item.module.css +21 -25
- package/lib/components/OrderHistoryPage/OrderDetails/items.module.css +8 -12
- package/lib/components/OrderHistoryPage/OrderDetails/orderDetails.module.css +20 -26
- package/lib/components/OrderHistoryPage/OrderDetails/orderTotal.module.css +30 -31
- package/lib/components/OrderHistoryPage/OrderDetails/paymentMethod.module.css +4 -4
- package/lib/components/OrderHistoryPage/OrderDetails/shippingInformation.module.css +4 -4
- package/lib/components/OrderHistoryPage/OrderDetails/shippingMethod.module.css +7 -6
- package/lib/components/OrderHistoryPage/collapsedImageGallery.module.css +10 -9
- package/lib/components/OrderHistoryPage/orderHistoryPage.module.css +37 -41
- package/lib/components/OrderHistoryPage/orderProgressBar.module.css +5 -5
- package/lib/components/OrderHistoryPage/orderRow.module.css +113 -78
- package/lib/components/PageLoadingIndicator/pageLoadingIndicator.module.css +18 -17
- package/lib/components/Pagination/pagination.module.css +11 -8
- package/lib/components/Pagination/tile.module.css +11 -8
- package/lib/components/Password/password.module.css +13 -11
- package/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Multiselect/__tests__/__snapshots__/multiSelect.spec.js.snap +10 -0
- package/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Multiselect/multiselect.js +7 -2
- package/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Multiselect/multiselect.module.css +11 -2
- package/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Select/select.module.css +1 -1
- package/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Text/text.module.css +1 -1
- package/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Textarea/textarea.js +10 -4
- package/lib/components/ProductFullDetail/CustomAttributes/AttributeType/attributeType.js +6 -0
- package/lib/components/ProductFullDetail/CustomAttributes/__tests__/__snapshots__/customAttributes.spec.js.snap +0 -3
- package/lib/components/ProductFullDetail/CustomAttributes/customAttributes.js +6 -10
- package/lib/components/ProductFullDetail/CustomAttributes/customAttributes.module.css +0 -5
- package/lib/components/ProductFullDetail/__tests__/__snapshots__/productFullDetail.spec.js.snap +403 -208
- package/lib/components/ProductFullDetail/__tests__/productFullDetail.spec.js +1 -3
- package/lib/components/ProductFullDetail/productFullDetail.js +80 -14
- package/lib/components/ProductFullDetail/productFullDetail.module.css +90 -79
- package/lib/components/ProductImageCarousel/carousel.module.css +50 -52
- package/lib/components/ProductImageCarousel/thumbnail.module.css +25 -22
- package/lib/components/ProductOptions/option.module.css +17 -13
- package/lib/components/ProductOptions/swatch.module.css +10 -4
- package/lib/components/ProductOptions/tile.module.css +14 -7
- package/lib/components/ProductOptions/tileList.module.css +3 -3
- package/lib/components/ProductQuantity/quantity.js +3 -0
- package/lib/components/ProductQuantity/quantity.module.css +2 -2
- package/lib/components/ProductSort/productSort.module.css +44 -45
- package/lib/components/ProductSort/productSort.shimmer.module.css +1 -5
- package/lib/components/ProductSort/sortItem.module.css +14 -13
- package/lib/components/QuantityStepper/index.js +1 -0
- package/lib/components/QuantityStepper/quantityStepper.js +94 -0
- package/lib/components/QuantityStepper/quantityStepper.module.css +80 -0
- package/lib/components/RadioGroup/__tests__/__snapshots__/radioGroup.spec.js.snap +16 -0
- package/lib/components/RadioGroup/radio.js +14 -2
- package/lib/components/RadioGroup/radio.module.css +41 -37
- package/lib/components/RadioGroup/radioGroup.module.css +10 -14
- package/lib/components/RichContent/plainHtmlRenderer.js +2 -1
- package/lib/components/RichContent/richContent.module.css +13 -1
- package/lib/components/RichText/richText.module.css +7 -3
- package/lib/components/SavedPaymentsPage/creditCard.module.css +49 -37
- package/lib/components/SavedPaymentsPage/savedPaymentsPage.module.css +35 -40
- package/lib/components/ScrollAnchor/scrollAnchor.module.css +4 -2
- package/lib/components/SearchBar/__tests__/suggestedProduct.spec.js +8 -0
- package/lib/components/SearchBar/autocomplete.js +8 -0
- package/lib/components/SearchBar/autocomplete.module.css +39 -37
- package/lib/components/SearchBar/searchBar.module.css +30 -22
- package/lib/components/SearchBar/suggestedCategories.module.css +7 -4
- package/lib/components/SearchBar/suggestedProduct.js +29 -5
- package/lib/components/SearchBar/suggestedProduct.module.css +12 -12
- package/lib/components/SearchBar/suggestedProducts.module.css +7 -4
- package/lib/components/SearchBar/suggestions.module.css +4 -4
- package/lib/components/SearchPage/searchPage.module.css +42 -49
- package/lib/components/Select/select.module.css +9 -8
- package/lib/components/Shimmer/shimmer.module.css +31 -17
- package/lib/components/SignIn/signIn.module.css +40 -33
- package/lib/components/SignInPage/signInPage.module.css +13 -12
- package/lib/components/SortedByContainer/sortedByContainer.module.css +7 -11
- package/lib/components/StockStatusMessage/stockStatusMessage.module.css +10 -6
- package/lib/components/TextArea/textArea.module.css +16 -10
- package/lib/components/TextInput/textInput.module.css +11 -2
- package/lib/components/ToastContainer/toast.module.css +51 -42
- package/lib/components/ToastContainer/toastContainer.module.css +10 -22
- package/lib/components/Wishlist/AddToListButton/addToListButton.module.css +6 -5
- package/lib/components/Wishlist/WishlistDialog/CreateWishlistForm/createWishlistForm.module.css +4 -4
- package/lib/components/Wishlist/WishlistDialog/WishlistLineItem/wishlistLineItem.module.css +7 -6
- package/lib/components/Wishlist/WishlistDialog/wishlistDialog.module.css +14 -9
- package/lib/components/WishlistPage/actionMenu.js +2 -2
- package/lib/components/WishlistPage/createWishlist.module.css +31 -26
- package/lib/components/WishlistPage/wishlist.module.css +54 -49
- package/lib/components/WishlistPage/wishlistConfirmRemoveProductDialog.module.css +7 -7
- package/lib/components/WishlistPage/wishlistEditFavoritesListDialog.module.css +4 -4
- package/lib/components/WishlistPage/wishlistItem.module.css +36 -37
- package/lib/components/WishlistPage/wishlistItems.module.css +5 -7
- package/lib/components/WishlistPage/wishlistMoreActionsDialog.module.css +11 -9
- package/lib/components/WishlistPage/wishlistPage.module.css +24 -24
- package/lib/components/clickable.module.css +7 -7
- package/lib/index.module.css +40 -11
- package/lib/targets/__tests__/venia-ui-targets.spec.js +27 -2
- package/lib/tokens.module.css +62 -57
- package/package.json +5 -5
- package/lib/components/CartPage/ProductListing/quantity.module.css +0 -76
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
.items_review_container {
|
|
2
|
+
composes: border-2 from global;
|
|
3
|
+
composes: border-solid from global;
|
|
4
|
+
composes: border-subtle from global;
|
|
5
|
+
composes: rounded-md from global;
|
|
2
6
|
min-height: 2rem;
|
|
3
|
-
border: 2px solid rgb(var(--venia-global-color-gray-400));
|
|
4
|
-
border-radius: 0.375rem;
|
|
5
7
|
}
|
|
6
8
|
|
|
7
9
|
.items_container {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
+
composes: grid from global;
|
|
11
|
+
composes: px-md from global;
|
|
12
|
+
composes: py-sm from global;
|
|
10
13
|
}
|
|
11
14
|
|
|
12
15
|
.total_quantity {
|
|
13
16
|
}
|
|
14
17
|
|
|
15
18
|
.total_quantity_amount {
|
|
16
|
-
font-
|
|
19
|
+
composes: font-semibold from global;
|
|
17
20
|
}
|
|
@@ -1,24 +1,28 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
border-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
composes: border-t-2 from global;
|
|
3
|
+
composes: border-solid from global;
|
|
4
|
+
composes: border-subtle from global;
|
|
5
|
+
composes: px-0 from global;
|
|
6
|
+
composes: py-3 from global;
|
|
7
|
+
composes: w-full from global;
|
|
5
8
|
}
|
|
6
9
|
|
|
7
10
|
.content {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
composes: gap-1.5 from global;
|
|
12
|
+
composes: grid from global;
|
|
13
|
+
composes: grid-flow-col from global;
|
|
14
|
+
composes: items-center from global;
|
|
15
|
+
composes: justify-center from global;
|
|
13
16
|
}
|
|
14
17
|
|
|
15
18
|
.text {
|
|
16
|
-
font-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
+
composes: font-semibold from global;
|
|
20
|
+
composes: text-brand-dark from global;
|
|
21
|
+
composes: text-sm from global;
|
|
19
22
|
}
|
|
20
23
|
|
|
21
24
|
.arrowDown {
|
|
22
25
|
composes: root from '../../Icon/icon.module.css';
|
|
26
|
+
|
|
23
27
|
--stroke: rgb(var(--venia-brand-color-1-700));
|
|
24
28
|
}
|
|
@@ -1,38 +1,24 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
composes: gap-xs from global;
|
|
3
|
+
composes: grid from global;
|
|
4
|
+
composes: grid-cols-1 from global;
|
|
5
|
+
composes: pt-xs from global;
|
|
6
|
+
|
|
7
|
+
composes: lg_pt-0 from global;
|
|
8
|
+
composes: lg_sticky from global;
|
|
9
|
+
composes: lg_top-22 from global;
|
|
5
10
|
}
|
|
6
11
|
|
|
7
12
|
.form {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
13
|
+
composes: gap-2xs from global;
|
|
14
|
+
composes: grid from global;
|
|
15
|
+
composes: grid-cols-1 from global;
|
|
11
16
|
}
|
|
12
17
|
|
|
13
18
|
.actions {
|
|
14
|
-
text-
|
|
19
|
+
composes: text-center from global;
|
|
15
20
|
}
|
|
16
21
|
|
|
17
22
|
.create_account_button {
|
|
18
23
|
composes: root_normalPriority from '../../Button/button.module.css';
|
|
19
24
|
}
|
|
20
|
-
|
|
21
|
-
/*
|
|
22
|
-
* Desktop specific styles
|
|
23
|
-
*/
|
|
24
|
-
@media (min-width: 961px) {
|
|
25
|
-
.root {
|
|
26
|
-
position: sticky;
|
|
27
|
-
top: 5.5rem;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
/*
|
|
32
|
-
* Mobile-specific styles.
|
|
33
|
-
*/
|
|
34
|
-
@media (max-width: 960px) {
|
|
35
|
-
.root {
|
|
36
|
-
padding-top: 1rem;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
@@ -1,30 +1,43 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
1
2
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
3
|
+
composes: gap-xs from global;
|
|
4
|
+
composes: grid from global;
|
|
5
|
+
composes: grid-cols-1 from global;
|
|
6
|
+
composes: max-w-screen-lg from global;
|
|
7
|
+
composes: mx-auto from global;
|
|
8
|
+
composes: my-0 from global;
|
|
9
|
+
composes: px-sm from global;
|
|
10
|
+
composes: py-sm from global;
|
|
11
|
+
|
|
12
|
+
composes: lg_gap-md from global;
|
|
13
|
+
/* TODO @TW: review (B7) */
|
|
14
|
+
composes: lg_grid-cols-[2fr,1fr] from global;
|
|
15
|
+
composes: lg_px-lg from global;
|
|
16
|
+
composes: lg_py-md from global;
|
|
9
17
|
}
|
|
10
18
|
|
|
11
19
|
.mainContainer {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
row-gap: 1rem;
|
|
20
|
+
composes: col-start-1 from global;
|
|
21
|
+
composes: grid from global;
|
|
22
|
+
composes: gap-y-xs from global;
|
|
16
23
|
}
|
|
17
24
|
|
|
18
25
|
.sidebarContainer {
|
|
19
|
-
|
|
26
|
+
composes: border-t from global;
|
|
27
|
+
composes: border-solid from global;
|
|
28
|
+
composes: border-subtle from global;
|
|
29
|
+
composes: col-start-1 from global;
|
|
30
|
+
|
|
31
|
+
composes: lg_border-0 from global;
|
|
32
|
+
composes: lg_col-start-2 from global;
|
|
20
33
|
}
|
|
21
34
|
|
|
22
35
|
.header {
|
|
23
|
-
font-
|
|
36
|
+
composes: font-semibold from global;
|
|
24
37
|
}
|
|
25
38
|
|
|
26
39
|
.text {
|
|
27
|
-
|
|
40
|
+
composes: leading-normal from global;
|
|
28
41
|
}
|
|
29
42
|
|
|
30
43
|
.orderNumber {
|
|
@@ -37,11 +50,11 @@
|
|
|
37
50
|
|
|
38
51
|
.shippingInfo {
|
|
39
52
|
composes: text;
|
|
40
|
-
|
|
53
|
+
composes: grid from global;
|
|
41
54
|
}
|
|
42
55
|
|
|
43
56
|
.shippingAddress {
|
|
44
|
-
|
|
57
|
+
composes: grid from global;
|
|
45
58
|
}
|
|
46
59
|
|
|
47
60
|
.shippingMethodHeading {
|
|
@@ -55,24 +68,3 @@
|
|
|
55
68
|
.additionalText {
|
|
56
69
|
composes: text;
|
|
57
70
|
}
|
|
58
|
-
|
|
59
|
-
/*
|
|
60
|
-
* Mobile-specific styles.
|
|
61
|
-
*/
|
|
62
|
-
|
|
63
|
-
@media (max-width: 960px) {
|
|
64
|
-
.root {
|
|
65
|
-
padding-left: 1.5rem;
|
|
66
|
-
padding-right: 1.5rem;
|
|
67
|
-
/* Only one column in mobile view. */
|
|
68
|
-
grid-template-columns: 1fr;
|
|
69
|
-
gap: 1rem;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.sidebarContainer {
|
|
73
|
-
grid-column: 1;
|
|
74
|
-
grid-row: auto;
|
|
75
|
-
height: auto;
|
|
76
|
-
border-top: 1px solid rgb(var(--venia-global-color-border));
|
|
77
|
-
}
|
|
78
|
-
}
|
|
@@ -1,23 +1,18 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
border-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
composes: border-t-2 from global;
|
|
3
|
+
composes: border-solid from global;
|
|
4
|
+
composes: border-subtle from global;
|
|
5
|
+
composes: mt-xs from global;
|
|
6
|
+
composes: pt-md from global;
|
|
6
7
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
8
|
+
composes: lg_border-2 from global;
|
|
9
|
+
composes: lg_border-solid from global;
|
|
10
|
+
composes: lg_border-subtle from global;
|
|
11
|
+
composes: lg_rounded-md from global;
|
|
12
|
+
composes: lg_mt-0 from global;
|
|
13
|
+
composes: lg_p-md from global;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.title {
|
|
17
|
-
|
|
18
|
-
height: 1px;
|
|
19
|
-
width: 1px;
|
|
20
|
-
overflow: hidden;
|
|
21
|
-
clip: rect(1px, 1px, 1px, 1px);
|
|
22
|
-
white-space: nowrap;
|
|
17
|
+
composes: sr-only from global;
|
|
23
18
|
}
|
|
@@ -2,22 +2,25 @@
|
|
|
2
2
|
}
|
|
3
3
|
|
|
4
4
|
.error {
|
|
5
|
-
|
|
5
|
+
composes: text-error from global;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
+
/* TODO @TW: cannot compose */
|
|
8
9
|
div[data-braintree-id='card'] {
|
|
9
10
|
border: none;
|
|
10
11
|
}
|
|
11
12
|
|
|
13
|
+
/* TODO @TW: cannot compose */
|
|
12
14
|
div[data-braintree-id='card-sheet-header'] {
|
|
13
15
|
display: none;
|
|
14
16
|
}
|
|
15
17
|
|
|
18
|
+
/* TODO @TW: cannot compose */
|
|
16
19
|
div[class*='braintree-sheet__content--form'] {
|
|
17
20
|
/**
|
|
18
21
|
This is needed to override padding on the dropin
|
|
19
22
|
component. If we use padding-top instead it just
|
|
20
23
|
overrides the padding-top not whole padding.
|
|
21
24
|
*/
|
|
22
|
-
padding: 1rem
|
|
25
|
+
padding: 1rem 0 0 0;
|
|
23
26
|
}
|
|
@@ -1,74 +1,60 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
composes: gap-xs from global;
|
|
3
|
+
composes: grid from global;
|
|
4
|
+
composes: p-md from global;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
.loading {
|
|
8
8
|
composes: root from '../../LoadingIndicator/indicator.module.css';
|
|
9
|
-
|
|
9
|
+
|
|
10
|
+
composes: text-center from global;
|
|
10
11
|
}
|
|
11
12
|
|
|
12
13
|
.heading_container {
|
|
13
|
-
|
|
14
|
-
grid-
|
|
15
|
-
grid-
|
|
14
|
+
composes: grid from global;
|
|
15
|
+
composes: grid-cols-1 from global;
|
|
16
|
+
composes: grid-flow-col from global;
|
|
16
17
|
}
|
|
17
18
|
|
|
18
19
|
.edit_button {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
composes: p-xs from global;
|
|
21
|
+
composes: -m-xs from global;
|
|
22
|
+
composes: text-brand-dark from global;
|
|
22
23
|
}
|
|
23
24
|
|
|
24
25
|
.heading {
|
|
25
|
-
font-
|
|
26
|
+
composes: font-semibold from global;
|
|
26
27
|
}
|
|
27
28
|
|
|
28
29
|
.address_summary_container {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.first_name {
|
|
34
|
-
padding-right: 5px;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.last_name {
|
|
38
|
-
padding-right: 5px;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.street1 {
|
|
42
|
-
padding-right: 5px;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.street2 {
|
|
46
|
-
padding-right: 5px;
|
|
30
|
+
composes: grid from global;
|
|
31
|
+
composes: gap-y-2xs from global;
|
|
47
32
|
}
|
|
48
33
|
|
|
49
|
-
.
|
|
50
|
-
|
|
34
|
+
.first_name,
|
|
35
|
+
.last_name,
|
|
36
|
+
.street1,
|
|
37
|
+
.street2,
|
|
38
|
+
.city,
|
|
39
|
+
.state,
|
|
40
|
+
.postalCode,
|
|
41
|
+
.country {
|
|
42
|
+
composes: pr-1 from global;
|
|
51
43
|
}
|
|
52
44
|
|
|
53
|
-
.
|
|
54
|
-
|
|
45
|
+
.edit_icon {
|
|
46
|
+
composes: stroke-brand-base from global;
|
|
55
47
|
}
|
|
56
48
|
|
|
57
|
-
.
|
|
58
|
-
|
|
59
|
-
}
|
|
49
|
+
.edit_text {
|
|
50
|
+
composes: hidden from global;
|
|
60
51
|
|
|
61
|
-
|
|
62
|
-
padding-right: 5px;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.edit_icon {
|
|
66
|
-
stroke: rgb(var(--venia-brand-color-1-700));
|
|
52
|
+
composes: lg_inline from global;
|
|
67
53
|
}
|
|
68
54
|
|
|
69
55
|
.card_details_container {
|
|
70
|
-
|
|
71
|
-
|
|
56
|
+
composes: grid from global;
|
|
57
|
+
composes: gap-2xs from global;
|
|
72
58
|
}
|
|
73
59
|
|
|
74
60
|
.payment_type {
|
|
@@ -76,9 +62,3 @@
|
|
|
76
62
|
|
|
77
63
|
.payment_details {
|
|
78
64
|
}
|
|
79
|
-
|
|
80
|
-
@media (max-width: 960px) {
|
|
81
|
-
.edit_text {
|
|
82
|
-
display: none;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
}
|
|
3
3
|
|
|
4
4
|
.credit_card_root {
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
composes: visible from global;
|
|
6
|
+
composes: opacity-100 from global;
|
|
7
7
|
transition-delay: 64ms;
|
|
8
8
|
transition-duration: 384ms;
|
|
9
9
|
transition-property: opacity, visbility;
|
|
@@ -11,35 +11,39 @@
|
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
.credit_card_root_hidden {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
composes: h-0 from global;
|
|
15
|
+
composes: invisible from global;
|
|
16
|
+
composes: opacity-0 from global;
|
|
17
|
+
composes: overflow-hidden from global;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.dropin_root {
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
.billing_address_fields_root {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
24
|
+
composes: gap-x-xs from global;
|
|
25
|
+
composes: gap-y-sm from global;
|
|
26
|
+
composes: grid from global;
|
|
27
|
+
composes: px-0 from global;
|
|
28
|
+
composes: py-xs from global;
|
|
27
29
|
}
|
|
28
30
|
|
|
29
31
|
.billing_address_fields_root_hidden {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
32
|
+
composes: h-0 from global;
|
|
33
|
+
composes: invisible from global;
|
|
34
|
+
composes: opacity-0 from global;
|
|
35
|
+
composes: overflow-hidden from global;
|
|
34
36
|
}
|
|
35
37
|
|
|
36
38
|
.formErrorContainer {
|
|
37
|
-
|
|
39
|
+
composes: pt-sm from global;
|
|
38
40
|
}
|
|
39
41
|
|
|
40
42
|
.first_name,
|
|
41
43
|
.last_name {
|
|
42
|
-
|
|
44
|
+
composes: col-end-span2 from global;
|
|
45
|
+
|
|
46
|
+
composes: lg_col-end-span1 from global;
|
|
43
47
|
}
|
|
44
48
|
|
|
45
49
|
.country,
|
|
@@ -50,23 +54,5 @@
|
|
|
50
54
|
.region,
|
|
51
55
|
.postal_code,
|
|
52
56
|
.phone_number {
|
|
53
|
-
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
/*
|
|
57
|
-
* Mobile-specific styles.
|
|
58
|
-
*/
|
|
59
|
-
|
|
60
|
-
@media (max-width: 960px) {
|
|
61
|
-
.first_name,
|
|
62
|
-
.last_name,
|
|
63
|
-
.city,
|
|
64
|
-
.region,
|
|
65
|
-
.postal_code,
|
|
66
|
-
.phone_number,
|
|
67
|
-
.street1,
|
|
68
|
-
.street2,
|
|
69
|
-
.address_check {
|
|
70
|
-
grid-column-end: span 2;
|
|
71
|
-
}
|
|
57
|
+
composes: col-end-span2 from global;
|
|
72
58
|
}
|
|
@@ -1,25 +1,24 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
composes: gap-xs from global;
|
|
3
|
+
composes: grid from global;
|
|
4
|
+
composes: grid-cols-1 from global;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
.payment_info_container {
|
|
8
|
-
|
|
9
|
-
border-
|
|
8
|
+
composes: border-2 from global;
|
|
9
|
+
composes: border-solid from global;
|
|
10
|
+
composes: border-subtle from global;
|
|
11
|
+
composes: rounded-md from global;
|
|
10
12
|
}
|
|
11
13
|
|
|
12
14
|
.loading {
|
|
13
15
|
composes: root from '../../LoadingIndicator/indicator.module.css';
|
|
14
|
-
|
|
16
|
+
|
|
17
|
+
composes: text-center from global;
|
|
15
18
|
}
|
|
16
19
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
*/
|
|
20
|
+
.heading {
|
|
21
|
+
composes: border-0 from global;
|
|
20
22
|
|
|
21
|
-
|
|
22
|
-
.heading {
|
|
23
|
-
border-width: 0;
|
|
24
|
-
}
|
|
23
|
+
composes: lg_border from global;
|
|
25
24
|
}
|
|
@@ -1,33 +1,36 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
composes: grid from global;
|
|
3
|
+
composes: p-md from global;
|
|
4
|
+
composes: pb-xs from global;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
.radio_group {
|
|
8
|
-
|
|
8
|
+
composes: grid from global;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.payment_method {
|
|
12
|
-
|
|
13
|
-
border-
|
|
14
|
-
|
|
12
|
+
composes: border-b from global;
|
|
13
|
+
composes: border-solid from global;
|
|
14
|
+
composes: border-subtle from global;
|
|
15
|
+
composes: pb-xs from global;
|
|
16
|
+
composes: pt-xs from global;
|
|
15
17
|
|
|
16
|
-
|
|
17
|
-
padding-top: 1rem;
|
|
18
|
+
composes: last_pt-0 from global;
|
|
18
19
|
}
|
|
19
20
|
|
|
21
|
+
/* TODO @TW: cannot compose */
|
|
20
22
|
.payment_method:last-of-type {
|
|
23
|
+
/* composes: border-b-0 from global; */
|
|
21
24
|
border-bottom-width: 0;
|
|
22
25
|
}
|
|
23
26
|
|
|
24
27
|
.radio_label {
|
|
25
|
-
font-
|
|
26
|
-
justify-self
|
|
28
|
+
composes: font-semibold from global;
|
|
29
|
+
composes: justify-self-start from global;
|
|
27
30
|
}
|
|
28
31
|
|
|
29
32
|
.payment_errors {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
+
composes: grid from global;
|
|
34
|
+
composes: gap-2xs from global;
|
|
35
|
+
composes: text-error from global;
|
|
33
36
|
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
composes: gap-xs from global;
|
|
3
|
+
composes: grid from global;
|
|
4
|
+
composes: p-md from global;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
.heading_container {
|
|
8
|
-
|
|
9
|
-
grid-
|
|
10
|
-
grid-
|
|
8
|
+
composes: grid from global;
|
|
9
|
+
composes: grid-cols-1 from global;
|
|
10
|
+
composes: grid-flow-col from global;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
.heading {
|
|
14
|
-
font-
|
|
14
|
+
composes: font-semibold from global;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.card_details_container {
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
composes: gap-2xs from global;
|
|
19
|
+
composes: grid from global;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.payment_details {
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
composes: gap-x-xs from global;
|
|
3
|
+
composes: gap-y-sm from global;
|
|
4
|
+
composes: grid from global;
|
|
5
|
+
composes: grid-cols-2 from global;
|
|
6
|
+
composes: w-full from global;
|
|
6
7
|
}
|
|
7
8
|
|
|
8
9
|
.field {
|
|
9
|
-
|
|
10
|
+
composes: col-end-span2 from global;
|
|
10
11
|
}
|
|
11
12
|
|
|
12
13
|
.formMessage,
|
|
@@ -23,24 +24,25 @@
|
|
|
23
24
|
|
|
24
25
|
.defaultShipping {
|
|
25
26
|
composes: field;
|
|
26
|
-
|
|
27
|
+
|
|
28
|
+
composes: pt-xs from global;
|
|
27
29
|
}
|
|
28
30
|
|
|
29
31
|
.firstname,
|
|
30
32
|
.lastname {
|
|
31
|
-
|
|
33
|
+
composes: col-end-span1 from global;
|
|
32
34
|
}
|
|
33
35
|
|
|
34
36
|
.buttons {
|
|
35
37
|
composes: field;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
grid-
|
|
39
|
-
justify-self
|
|
40
|
-
|
|
38
|
+
composes: gap-xs from global;
|
|
39
|
+
composes: grid from global;
|
|
40
|
+
composes: grid-flow-col from global;
|
|
41
|
+
composes: justify-self-center from global;
|
|
42
|
+
composes: p-xs from global;
|
|
41
43
|
}
|
|
42
44
|
|
|
43
|
-
@media (max-width:
|
|
45
|
+
@media (max-width: 959px) {
|
|
44
46
|
.firstname {
|
|
45
47
|
grid-column: 1 / span 2;
|
|
46
48
|
}
|