mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
💄 Adjust paddings and border radius
This commit is contained in:
parent
aabb551e6e
commit
0f992dbe3b
1 changed files with 8 additions and 1 deletions
|
@ -24,9 +24,10 @@
|
|||
|
||||
&.is-primary {
|
||||
background-color: var(--wp-components-color-accent);
|
||||
padding: 10px 18px;
|
||||
padding: 10px 16px;
|
||||
justify-content: center;
|
||||
margin: 0 0 0 12px;
|
||||
border-radius: 2px;
|
||||
|
||||
&:disabled {
|
||||
background-color: var(--color-disabled);
|
||||
|
@ -61,6 +62,12 @@
|
|||
display: inline-flex;
|
||||
}
|
||||
|
||||
&--right {
|
||||
.is-link {
|
||||
padding: 10px 16px;
|
||||
}
|
||||
}
|
||||
|
||||
&--progress-bar {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue