From 1191fc6e051314ec10328840661559ea2e9d350b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alba=20Rinc=C3=B3n?= Date: Mon, 11 Mar 2024 12:30:47 +0100 Subject: [PATCH] [CYS] Fix the Opt-in modal buttons and checkbox styles (#45444) * Fix the CYS Opt-in modal buttons and checkbox styles * Add changefile(s) from automation for the following project(s): woocommerce --------- Co-authored-by: github-actions --- .../client/customize-store/style.scss | 14 ++++++++++++++ .../changelog/45444-fix-optin-modal-styles | 4 ++++ 2 files changed, 18 insertions(+) create mode 100644 plugins/woocommerce/changelog/45444-fix-optin-modal-styles diff --git a/plugins/woocommerce-admin/client/customize-store/style.scss b/plugins/woocommerce-admin/client/customize-store/style.scss index 241ac231807e3..7926da0f6d208 100644 --- a/plugins/woocommerce-admin/client/customize-store/style.scss +++ b/plugins/woocommerce-admin/client/customize-store/style.scss @@ -241,6 +241,14 @@ body.woocommerce-customize-store.js.is-fullscreen-mode { .core-profiler__checkbox { padding: 16px 32px 16px 32px; + + div { + display: flex; + + .components-checkbox-control__input-container { + display: block; + } + } } .woocommerce-customize-store__design-change-warning-modal-footer { @@ -250,7 +258,13 @@ body.woocommerce-customize-store.js.is-fullscreen-mode { display: flex; gap: 12px; justify-content: flex-end; + + button.is-link { + padding: 6px 12px; + text-decoration: none; + } } + } .woocommerce-onboarding-loader { diff --git a/plugins/woocommerce/changelog/45444-fix-optin-modal-styles b/plugins/woocommerce/changelog/45444-fix-optin-modal-styles new file mode 100644 index 0000000000000..e5757e6fbc3b1 --- /dev/null +++ b/plugins/woocommerce/changelog/45444-fix-optin-modal-styles @@ -0,0 +1,4 @@ +Significance: minor +Type: update + +CYS - Fix the "Opt in to usage tracking" modal buttons and checkbox styles. \ No newline at end of file