mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix default button margins.
This commit is contained in:
parent
83a53ee223
commit
68f7fe6771
1 changed files with 7 additions and 0 deletions
|
@ -21,6 +21,13 @@
|
|||
// Prevents spacing after button group.
|
||||
#ppc-button-ppcp-gateway {
|
||||
line-height: 0;
|
||||
|
||||
div[class^="item-"] {
|
||||
margin-top: 14px;
|
||||
&:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#ppc-button-minicart {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue