GDPR odstranjen možen border radius

This commit is contained in:
Nejc Kovač 2022-06-17 15:04:19 +02:00
parent 4b66b67b00
commit 44052cd1d4

View File

@ -401,6 +401,7 @@ footer .footer_content .col .logo_holder img.arnes-logo {
/* GDPR ZAHTEVEK -------------------------------------- */
body.gdpr {
line-height: 20px;
}
@ -461,6 +462,7 @@ body.gdpr .input_field div.label label {
max-width: 245px;
width: 95%;
border: 1px solid #C4C4C4;
border-radius: 0px;
padding: 0px;
padding-left: 8px;
@ -508,6 +510,8 @@ body.gdpr div.zahtevek label input {
margin-left: 0px;
height: 18px;
width: 18px;
border-radius: 20px;
}