X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0c502550a4f04aa016df8729af2ae2f85c0b495a..30ceb98e6272767f8f271ecb0de30858e1c1a88e:/src/wolnelektury/static/2022/more.scss diff --git a/src/wolnelektury/static/2022/more.scss b/src/wolnelektury/static/2022/more.scss index d1deb7873..89621ce50 100644 --- a/src/wolnelektury/static/2022/more.scss +++ b/src/wolnelektury/static/2022/more.scss @@ -258,3 +258,19 @@ body.is-open { } } } + + +form { + .required { + label:before { + content: "* "; + color: #FF4C54; + } + } + .helptext { + color: #808080; + font-size: 15px; + line-height: 150%; + margin-bottom: 30px; + } +}