diff --git a/services/web/public/stylesheets/core/ol-variables.less b/services/web/public/stylesheets/core/ol-variables.less index 26c975b277..6946a697f3 100644 --- a/services/web/public/stylesheets/core/ol-variables.less +++ b/services/web/public/stylesheets/core/ol-variables.less @@ -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;