Register form info is a chunk.
[prawokultury.git] / prawokultury / static / css / forms.scss
index 626702e..61b095f 100644 (file)
@@ -1,5 +1,5 @@
 .form-info {
-    font-size: 1.2em;
+    font-size: 1.3em;
 }
 
 .submit-form {
             color: #363A3B;
         }
     }
+
+    .required label {
+        font-weight: bold;
+    }
+    .required label:before {
+        content: '* ';
+    }
 }