Fix default button margins.

This commit is contained in:
Pedro Silva 2023-12-15 18:07:55 +00:00
parent 83a53ee223
commit 68f7fe6771
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3

View file

@ -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 {