Skip to content

Commit

Permalink
Minor SCSS refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagesh Pai committed Mar 27, 2024
1 parent f8f8e49 commit d54b0b9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions client/components/payment-activity/style.scss
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
.wcpay-payments-activity {
&__card {
padding: 24px 24px 16px 24px;
}

&__card__header {
padding: 0 !important;
margin-bottom: 32px;
}
&__header {
padding: 0 !important;
margin-bottom: 32px;
}

&__card__body {
text-align: center;
color: $studio-gray-30;
&__body {
text-align: center;
color: $studio-gray-30;
}
}
}

0 comments on commit d54b0b9

Please sign in to comment.