X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/99ff7cb43e460029b1769fc21f704b7614381cf1..79a6d9cda6a06a2b7fea86a2f4f1eef307d0cd18:/prawokultury/static/css/forms.scss diff --git a/prawokultury/static/css/forms.scss b/prawokultury/static/css/forms.scss index 7e8d90a..990c33b 100644 --- a/prawokultury/static/css/forms.scss +++ b/prawokultury/static/css/forms.scss @@ -1,5 +1,5 @@ .form-info { - font-size: 1.2em; + font-size: 1.3em; } .submit-form { @@ -52,10 +52,32 @@ } } - .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; } }