Fix button padding after Spree 2 font changes increased the vertical height

This commit is contained in:
Matt-Yorkley
2019-04-01 11:48:18 +01:00
parent 3ad2c9f7c4
commit fa91a66de6

View File

@@ -2,6 +2,7 @@
input[type="submit"], input[type="button"], button, .button {
cursor: pointer;
padding: 6.5px 15px;
}
.text-center {