Add padding in 2020 and 2021 (https://github.com/woocommerce/woocommerce-blocks/pull/4588)
* Add padding in 2020 and 2021 * add todo
This commit is contained in:
parent
4d72866925
commit
71851f25a5
|
@ -22,3 +22,11 @@
|
|||
margin-top: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
// @todo Either move notice style fixes to Woo core, or take full control over notice component styling in blocks.
|
||||
.theme-twentytwentyone,
|
||||
.theme-twentytwenty {
|
||||
.wc-block-components-notices__notice {
|
||||
padding: 1.5rem 3rem;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue