Albert Juhé Lluveras
8f2003df4b
Remove some unique font-size ( https://github.com/woocommerce/woocommerce-blocks/pull/2498 )
...
* Remove font-sizes which are already inherited
* Remove font sizes from buttons with no text
* Make summary item quantity font-size 12px
2020-05-19 08:06:35 -04:00
Albert Juhé Lluveras
e970e4e86f
SCSS mixins cleanup ( https://github.com/woocommerce/woocommerce-blocks/pull/2405 )
...
* Cleanup some old mixins
* Make font-size() mixin use parameters with units
* Remove hover-state mixin
* Cleanup mixins file
2020-05-07 10:48:38 +02:00
Albert Juhé Lluveras
9e7623567e
Make all font sizes accessible + add docs about font-size() mixin ( https://github.com/woocommerce/woocommerce-blocks/pull/2291 )
...
* Switch all font-sizes to use the mixin
* Add notice in coding-guidelines to use accessible font sizes
* Fix label alignment in forms with big font-sizes
* Fix Stripe input boxes font-size not being responsive
* Fix select overflowing in small font sizes
* Add rem function from woocommerce/woocommerce-blocks#2320
* Make the font-size() mixin set relative line-height values
* Convert several magic numbers to use the new mixins
* Update docs
* Update input/select paddings to use the rem mixin
* Add lineHeight comment
* Interpolate rem() mixin inside calc
* Make input padding use only relative units
2020-04-30 12:18:12 +02:00
Albert Juhé Lluveras
04c9933030
RTL fixes ( https://github.com/woocommerce/woocommerce-blocks/pull/938 )
...
* Install webpack-rtl-plugin
* Rotate arrow buttons on RTL sites
* Minify in safe mode
2019-09-03 19:55:20 +02:00
Mike Jolley
aa65f19a46
Remove screen-reader-text css rules ( https://github.com/woocommerce/woocommerce-blocks/pull/849 )
2019-08-15 13:19:09 +01:00
Mike Jolley
6a6d280eb0
Add product search block ( https://github.com/woocommerce/woocommerce-blocks/pull/697 )
...
* basic scaffold
* Progress
* Fix saving
* Move data to form
* Update assets/js/blocks/product-search/editor.scss
Co-Authored-By: Albert Juhé Lluveras <contact@albertjuhe.com>
* Update assets/js/blocks/product-search/block.js
Co-Authored-By: Albert Juhé Lluveras <contact@albertjuhe.com>
* hex case
* Use a span element
* Move render method
* CSS
* Update buttons
* Fix navigation buttons
* remove webkit appearance styles for buttons
* Swap rich to plain text component
* Improved attribute handling
* Update assets/js/blocks/product-search/block.js
Co-Authored-By: Albert Juhé Lluveras <contact@albertjuhe.com>
2019-08-05 11:25:57 +01:00