|
@@ -25,7 +25,7 @@
|
|
|
border: 2px solid;
|
|
|
padding: 13px 38px 14px; /* This way we don't change the button size, as there's no border on other buttons */
|
|
|
&.small-btn {
|
|
|
- padding: 5px 17px 6px;
|
|
|
+ padding: 8px 14px 9px; /* This padding is 2px smaller than the normal small-btn padding to account for the border */
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -61,7 +61,7 @@
|
|
|
}
|
|
|
|
|
|
.small-btn {
|
|
|
- padding: 7px 19px 8px;
|
|
|
- font-size: 1em;
|
|
|
- border-radius: 7px; /* rounded corners */
|
|
|
+ padding: 10px 15px 11px;
|
|
|
+ font-size: .9em;
|
|
|
+ border-radius: 4px; /* rounded corners */
|
|
|
}
|