* Add padding in 2020 and 2021

* add todo
This commit is contained in:
Mike Jolley 2021-08-17 12:03:07 +01:00 committed by GitHub
parent 4d72866925
commit 71851f25a5
1 changed files with 8 additions and 0 deletions

View File

@ -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;
}
}