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
d07b7c6b52
woocommerce
/
plugins
/
woocommerce-blocks
/
assets
/
js
/
base
/
components
/
radio-control
/
style.scss
5 lines
88 B
SCSS
Raw
Normal View
History
Unescape
Escape
Fix radio control styles in editor (https://github.com/woocommerce/woocommerce-blocks/pull/1817)
2020-02-26 13:02:48 +00:00
@import
"
./mixin
"
;
Add Checkout Form components (https://github.com/woocommerce/woocommerce-blocks/pull/1351) * initial commit at fields * add radio control * change input to be uncotrolled * tweak styles * populate block with boilerplate * update aria in radio * remove comment * fix typo * add missing colors * put reminder to put Disabled back * wrap text in i18n __ * reorder styles * rename wc-components to wc-blocks * use value instead of index for keys * add no shipping placeholder * change isEditor default to false * fix problem with responsive
2019-12-16 22:13:41 +00:00
Fix radio control styles in editor (https://github.com/woocommerce/woocommerce-blocks/pull/1817)
2020-02-26 13:02:48 +00:00
@include
radio-control-styles
;
Make Shipping packages collapsible in Cart page (https://github.com/woocommerce/woocommerce-blocks/pull/1867) * Make Shipping packages collapsible in Cart page * Fix Cart block radio controls not looking properly in the editor * Simplify CSS
2020-03-09 11:28:26 +00:00
@include
radio-control-input-styles
;