ask-a-lawyer stuff
[prawokultury.git] / prawokultury / static / css / forms.scss
index 626702e..9539415 100644 (file)
             color: #363A3B;
         }
     }
+
+    .required {
+        label {
+            font-weight: bold;
+        }
+        label:before {
+            content: '* ';
+        }
+    }
 }