mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add .btn-xl styling
This commit is contained in:
parent
f60f48e396
commit
4640756fb8
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue