GDPR button styling

This commit is contained in:
Nejc Kovač 2022-06-16 12:55:19 +02:00
parent 566bdb6d91
commit 1541a219cd

View File

@ -491,15 +491,30 @@ form .opis {
margin: 18px 0px 20px 0px;
}
input[type=submit],
button:hover,
input[type=button],
.button {
padding: 0px;
background: linear-gradient(to left,#F07D3E 50%, white 50%) right;
background-size: 200%;
transition: .3s ease-out;
}
input[type=submit]:hover,
button:hover,
input[type=button]:hover,
.button:hover {
border: 1px solid #F07D3E;
color: #F07D3E;
background-color: white;
background-position: left;
}
/* -------------------------------------- */