This website requires JavaScript.
Explore
Help
Sign In
Steve-Dee-Designs
/
woocommerce
mirror of
https://github.com/woocommerce/woocommerce.git
Watch
1
Star
0
Fork
You've already forked woocommerce
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
996925dab8
woocommerce
/
plugins
/
woocommerce-blocks
/
assets
/
js
/
blocks
/
cart-checkout
/
cart
/
checkout-button
/
style.scss
9 lines
107 B
SCSS
Raw
Normal View
History
Unescape
Escape
Update payment method config to include icons (https://github.com/woocommerce/woocommerce-blocks/pull/2267) * Remove strong and cleanup existing configs * Fix TS validation for blocks-registry * Allow label to be string * Split up button and icons for cart * Make icons and payment methods available on cart page * Fix payment method enqueuing * Icon normalization and Stripe implementation * PayPal Icon * adjust spacing * Fix string handling * Remove paypal icon config * Check for an object before creating icon * Add payment icons to Stripe label * Update common-icons.js * Update Cart.php * Update jest.config.json
2020-04-29 10:57:58 +00:00
.
wc-block-cart__submit-button
{
width
:
100
%
;
Update Stripe Method to display generic icon and text in label, with cards below (https://github.com/woocommerce/woocommerce-blocks/pull/2466) * Support card alignment as a prop * Add generic card icon to stripe * Add icons to stripe content * Update styles * Label element with icon whitelist * Update assets/js/base/components/payment-methods/payment-methods.js Co-authored-by: Darren Ethier <darren@roughsmootheng.in> * Remove activePaymentMethod * Remove spread operator Co-authored-by: Darren Ethier <darren@roughsmootheng.in>
2020-05-13 15:48:03 +00:00
margin
:
0
0
$gap
;
&
:
last-child
{
margin-bottom
:
0
;
}
Update payment method config to include icons (https://github.com/woocommerce/woocommerce-blocks/pull/2267) * Remove strong and cleanup existing configs * Fix TS validation for blocks-registry * Allow label to be string * Split up button and icons for cart * Make icons and payment methods available on cart page * Fix payment method enqueuing * Icon normalization and Stripe implementation * PayPal Icon * adjust spacing * Fix string handling * Remove paypal icon config * Check for an object before creating icon * Add payment icons to Stripe label * Update common-icons.js * Update Cart.php * Update jest.config.json
2020-04-29 10:57:58 +00:00
}