Choose your day.
[prawokultury.git] / prawokultury / static / css / forms.scss
index 7e8d90a..990c33b 100644 (file)
@@ -1,5 +1,5 @@
 .form-info {
-    font-size: 1.2em;
+    font-size: 1.3em;
 }
 
 .submit-form {
         }
     }
 
-    .required label {
-        font-weight: bold;
+    .required {
+        label {
+            font-weight: bold;
+
+            &:before {
+                content: '* ';
+            }
+        }
+
+        ul {
+            list-style: none;
+            margin: 0;
+            padding: 0;
+
+            label {
+                font-weight: normal;
+
+                &:before {
+                    content: none;
+                }
+            }
+        }
     }
-    .required label:before {
-        content: '* ';
+
+
+    input[type="radio"] {
+        width: auto;
     }
 }