Choose your day.
[prawokultury.git] / prawokultury / static / css / forms.scss
index 3a6f6d4..990c33b 100644 (file)
         }
     }
 
-    .required label {
-        font-weight: bold;
-    }
-    .required label:before {
-        content: '* ';
+    .required {
+        label {
+            font-weight: bold;
+
+            &:before {
+                content: '* ';
+            }
+        }
+
+        ul {
+            list-style: none;
+            margin: 0;
+            padding: 0;
+
+            label {
+                font-weight: normal;
+
+                &:before {
+                    content: none;
+                }
+            }
+        }
     }
 
+
     input[type="radio"] {
         width: auto;
     }