Skip to content

Commit

Permalink
[CYS] Fix the Opt-in modal buttons and checkbox styles (#45444)
Browse files Browse the repository at this point in the history
* 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 <github-actions@github.com>
  • Loading branch information
2 people authored and Konamiman committed Mar 13, 2024
1 parent 460cf6a commit 1191fc6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions plugins/woocommerce-admin/client/customize-store/style.scss
Expand Up @@ -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 {
Expand All @@ -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 {
Expand Down
4 changes: 4 additions & 0 deletions 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.

0 comments on commit 1191fc6

Please sign in to comment.