Adjust button padding so they all have the same height

This commit is contained in:
Paul Clarke 2016-10-25 12:08:19 +13:00
parent 25783db020
commit 0885a3178e

View File

@ -277,7 +277,7 @@ $table-border-color: $gray-lighter;
// For each of Bootstrap's buttons, define text, background and border color.
$btn-padding-x: .7692rem; // 10px
$btn-padding-y: .4615rem; // 6px
$btn-padding-y: .3846rem; // 5px
$btn-font-weight: normal;
$btn-primary-color: $white;