X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/d69afa63a561509c1fb815cf787a10e5f97db7d9..79a6d9cda6a06a2b7fea86a2f4f1eef307d0cd18:/prawokultury/static/css/forms.scss?ds=sidebyside diff --git a/prawokultury/static/css/forms.scss b/prawokultury/static/css/forms.scss index 61b095f..990c33b 100644 --- a/prawokultury/static/css/forms.scss +++ b/prawokultury/static/css/forms.scss @@ -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; } }