Add .btn-xl styling

This commit is contained in:
Jessica Lawshe 2018-09-17 18:08:11 -05:00
parent f60f48e396
commit 4640756fb8

View file

@ -122,6 +122,10 @@
// Button Sizes
// --------------------------------------------------
.btn-xl {
.button-size(@padding-large-vertical; @padding-large-horizontal; @font-size-h2; @line-height-large; @btn-border-radius-large);
}
.btn-lg {
// line-height: ensure even-numbered height of button next to large input
.button-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @btn-border-radius-large);