From ce7e246a7c2968e4ace6c971a68cca1f04a0825d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Thu, 30 Jun 2022 14:05:01 +0200 Subject: [PATCH] register - captcha --- frontend/simple/css/style.css | 10 ++++++++++ resources/sass/frontend_simple/basic/popravki.scss | 12 ++++++++++++ 2 files changed, 22 insertions(+) diff --git a/frontend/simple/css/style.css b/frontend/simple/css/style.css index 09a6a92df..e706b5d8b 100644 --- a/frontend/simple/css/style.css +++ b/frontend/simple/css/style.css @@ -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; diff --git a/resources/sass/frontend_simple/basic/popravki.scss b/resources/sass/frontend_simple/basic/popravki.scss index 599cde792..8b8017c17 100644 --- a/resources/sass/frontend_simple/basic/popravki.scss +++ b/resources/sass/frontend_simple/basic/popravki.scss @@ -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; +} \ No newline at end of file