Skip to content

Commit

Permalink
Rename the CSS class name and remove unused style for the section of …
Browse files Browse the repository at this point in the history
…Google Merchant Center disclaimer.

Address: #2585 (comment)
  • Loading branch information
eason9487 committed Nov 21, 2024
1 parent 6f93f78 commit cc2440a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion js/src/setup-mc/setup-stepper/setup-accounts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const SetupAccounts = ( props ) => {
</StepContentActions>
</StepContentFooter>
<Section
className="gla-google-mc-account-section"
className="gla-google-mc-disclaimer-section"
description={ <GoogleMCDisclaimer /> }
disabledLeft={ ! isGMCPreconditionReady }
>
Expand Down
6 changes: 1 addition & 5 deletions js/src/setup-mc/setup-stepper/setup-accounts/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
margin-bottom: var(--main-gap);
}

.gla-google-mc-account-section {
.gla-google-mc-disclaimer-section {
header {
border-top: 1px solid $gray-300;

Expand All @@ -13,8 +13,4 @@
color: $gray-700;
}
}

.gla-account-card {
margin-bottom: var(--large-gap);
}
}

0 comments on commit cc2440a

Please sign in to comment.