Some more pages.
[wolnelektury.git] / src / wolnelektury / static / 2022 / more.scss
index 2743038..fd03b4e 100644 (file)
@@ -349,10 +349,9 @@ form {
         margin-top: 24px;
     }
 
-    input {
+    input, textarea, select {
         display: block;
         width: 100%;
-        height: 56px;
         background: #FFFFFF;
         color: black;
         border: 1px solid #D5ECED;
@@ -361,6 +360,9 @@ form {
         padding: 10px;
         outline: 0;
     }
+    input, select {
+        height: 56px;
+    }
     input[type=checkbox], input[type=radio] {
         display: inline;
         float: left;