Skip to content

Commit

Permalink
Fix: enhance margins and alignments on Beta Features tab (#7307)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloiankoski authored Mar 25, 2024
1 parent f0919b2 commit 3728252
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion assets/src/css/admin/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1070,10 +1070,25 @@ a.give-delete {
display: none;
}

.give-subsubsub .givewp-feature-flag-notification-counter {
translate: 0 -0.125rem;
vertical-align: middle;
}

.give-admin-beta-features-message {
background-color: #fff;
padding: 0.5rem;
padding: 1rem;
border: 1px solid #F29718;
margin-bottom: 1.5rem;

.givewp-beta-icon {
margin-right: 0.25rem;
}

p {
line-height: 1.6;
margin: 0;
}
}

.give-admin-beta-features-feedback-link {
Expand Down

0 comments on commit 3728252

Please sign in to comment.