From 71851f25a56892a1a57f716452a21da0b095b076 Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Tue, 17 Aug 2021 12:03:07 +0100 Subject: [PATCH] Add padding in 2020 and 2021 (https://github.com/woocommerce/woocommerce-blocks/pull/4588) * Add padding in 2020 and 2021 * add todo --- .../context/providers/store-notices/components/style.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plugins/woocommerce-blocks/assets/js/base/context/providers/store-notices/components/style.scss b/plugins/woocommerce-blocks/assets/js/base/context/providers/store-notices/components/style.scss index 4584ba56fc8..1f7ffe9d9b3 100644 --- a/plugins/woocommerce-blocks/assets/js/base/context/providers/store-notices/components/style.scss +++ b/plugins/woocommerce-blocks/assets/js/base/context/providers/store-notices/components/style.scss @@ -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; + } +}