Ver Fonte

Change size in forms

soyjavi há 13 anos atrás
pai
commit
2cecc5c6c6
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/stylesheets/lungo.widget.form.styl

+ 2 - 2
src/stylesheets/lungo.widget.form.styl

@@ -15,9 +15,9 @@ form, .form
     margin: 0.15em 0
 
   & input:not([type="checkbox"]), textarea, select, .progress, label.select, [data-control-progress]
-    font-size: FONT_SIZE_BIG
+    font-size: FONT_SIZE_NORMAL
     &.large
-      font-size: FONT_SIZE_LARGE
+      font-size: FONT_SIZE_BIG
 
   & input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], select, textarea, label.select
     display: inline-block