GDPR margin / button popravek

This commit is contained in:
Nejc Kovač 2022-06-17 12:34:14 +02:00
parent 74ff3084bd
commit b1788490b9

View File

@ -408,7 +408,7 @@ footer .footer_content .col .logo_holder img.arnes-logo {
.register_holder{
max-width: 810px;
width: 95%;
margin: 105px auto 105px auto;
margin: 70px auto 70px auto;
}
.register_holder h1 {
@ -437,6 +437,8 @@ body.gdpr .input_field div.label label {
padding-bottom: 4px;
}
.regfield {
height: 38px;
max-width: 245px;
@ -484,6 +486,7 @@ body.gdpr div.zahtevek label input {
/* tekst nad poljem za opis */
form p:nth-of-type(2){
margin: 20px 0px;
@ -509,6 +512,12 @@ input[type=submit],
button:hover,
input[type=button],
.button {
font-weight: 600;
font-size: 16px;
line-height: 26px;
height: 50px;
max-width: 320px;
width: 95%;
padding: 0px;
background: linear-gradient(to left,#F07D3E 50%, white 50%) right;