💄 Give payment method icons a fixed size

This commit is contained in:
Philipp Stracker 2025-01-27 10:55:17 +01:00
parent 5c5601af97
commit 6e2f58c565
No known key found for this signature in database
3 changed files with 19 additions and 8 deletions

View file

@ -3,6 +3,7 @@
gap: 8px;
justify-content: center;
flex-wrap: wrap;
> img{
width: 38px;
height: 24px;

View file

@ -65,6 +65,11 @@
}
}
.ppcp--method-icon {
width: 30px;
height: 30px;
}
button.is-secondary {
@include small-button;
}