mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-14 10:04:38 +00:00
Make form elements consistent with button sizes.
This commit is contained in:
parent
17ea9d9799
commit
166a0605a3
1 changed files with 3 additions and 0 deletions
|
@ -78,6 +78,9 @@
|
|||
@navbar-subdued-hover-bg : #FFF;
|
||||
@navbar-subdued-hover-color : @ol-green;
|
||||
|
||||
// Forms
|
||||
@input-border-radius : unit(@line-height-base, em);
|
||||
@input-height-base : @line-height-computed + (@padding-base-vertical * 2);
|
||||
// TODO Warning color-orange?
|
||||
@btn-warning-color : #FFF;
|
||||
@btn-warning-bg : @ol-red;
|
||||
|
|
Loading…
Add table
Reference in a new issue