Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CYS] Fix the Opt-in modal buttons and checkbox styles #45444

Merged
merged 2 commits into from Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.