1
0
Fork 0
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:
Paulo Reis 2017-10-05 10:49:56 +01:00
parent 17ea9d9799
commit 166a0605a3

View file

@ -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;