mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
New Settings UI: Update onboarding button styles
This commit is contained in:
parent
06e74e74f4
commit
7f10cade0a
2 changed files with 10 additions and 14 deletions
|
@ -8,16 +8,16 @@ button.components-button, a.components-button {
|
|||
color: $color-white;
|
||||
}
|
||||
|
||||
border-radius: 2px;
|
||||
padding: 14px 17px;
|
||||
border-radius: 50px;
|
||||
padding: 15px 32px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
&.is-primary {
|
||||
@include font(13, 20, 400);
|
||||
@include font(14, 18, 900);
|
||||
|
||||
&:not(:disabled) {
|
||||
background-color: $color-blueberry;
|
||||
background-color: $color-black;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue