.form-info {
- font-size: 1.2em;
+ font-size: 1.3em;
}
.submit-form {
color: #363A3B;
}
}
+
+ .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;
+ }
}