mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
💄 Give payment method icons a fixed size
This commit is contained in:
parent
5c5601af97
commit
6e2f58c565
3 changed files with 19 additions and 8 deletions
|
@ -3,6 +3,7 @@
|
|||
gap: 8px;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
|
||||
> img{
|
||||
width: 38px;
|
||||
height: 24px;
|
||||
|
|
|
@ -65,6 +65,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
.ppcp--method-icon {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
button.is-secondary {
|
||||
@include small-button;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue