register - captcha

This commit is contained in:
Nejc Kovač 2022-06-30 14:05:01 +02:00
parent 6157de3bc4
commit ce7e246a7c
2 changed files with 22 additions and 0 deletions

View File

@ -1245,6 +1245,16 @@ footer .footer_content .col3 .social_logo_flex a:first-of-type {
margin-right: 20px;
}
iframe {
max-width: 304px;
width: unset;
}
.rc-anchor-normal .rc-anchor-checkbox-label {
max-width: 152px;
width: unset;
}
/* GDPR ZAHTEVEK -------------------------------------- */
body.gdpr {
line-height: 20px;

View File

@ -281,3 +281,15 @@ footer .footer_content .col3 .social_logo_flex a:first-of-type{
margin-right: 20px;
}
//CAPTCHA
iframe {
max-width: 304px;
width: unset;
}
.rc-anchor-normal .rc-anchor-checkbox-label{
max-width: 152px;
width: unset;
}