mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
🚸 Enhance SettingsToggleBlock UX/accessibility
This commit is contained in:
parent
3c8d048c49
commit
b6fbf3fb51
2 changed files with 20 additions and 5 deletions
|
@ -3,6 +3,7 @@
|
|||
display: flex;
|
||||
width: 100%;
|
||||
gap: 12px;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
&__switch {
|
||||
|
@ -16,6 +17,7 @@
|
|||
display: block;
|
||||
margin: 0 0 4px 0;
|
||||
color: $color-gray-900;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&__content-description {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue