Introducing new layout generic forms.
[wolnelektury.git] / src / wolnelektury / static / 2022 / more.scss
index d1deb78..89621ce 100644 (file)
@@ -258,3 +258,19 @@ body.is-open {
         }
     }
 }
+
+
+form {
+    .required {
+        label:before {
+            content: "* ";
+            color: #FF4C54;
+        }
+    }
+    .helptext {
+        color: #808080;
+        font-size: 15px;
+        line-height: 150%;
+        margin-bottom: 30px;
+    }
+}