register - captcha
This commit is contained in:
parent
6157de3bc4
commit
ce7e246a7c
@ -1245,6 +1245,16 @@ footer .footer_content .col3 .social_logo_flex a:first-of-type {
|
|||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
iframe {
|
||||||
|
max-width: 304px;
|
||||||
|
width: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rc-anchor-normal .rc-anchor-checkbox-label {
|
||||||
|
max-width: 152px;
|
||||||
|
width: unset;
|
||||||
|
}
|
||||||
|
|
||||||
/* GDPR ZAHTEVEK -------------------------------------- */
|
/* GDPR ZAHTEVEK -------------------------------------- */
|
||||||
body.gdpr {
|
body.gdpr {
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
@ -281,3 +281,15 @@ footer .footer_content .col3 .social_logo_flex a:first-of-type{
|
|||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
//CAPTCHA
|
||||||
|
iframe {
|
||||||
|
max-width: 304px;
|
||||||
|
width: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rc-anchor-normal .rc-anchor-checkbox-label{
|
||||||
|
max-width: 152px;
|
||||||
|
width: unset;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user