GDPR button styling
This commit is contained in:
parent
566bdb6d91
commit
1541a219cd
@ -491,15 +491,30 @@ form .opis {
|
|||||||
margin: 18px 0px 20px 0px;
|
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,
|
input[type=submit]:hover,
|
||||||
button:hover,
|
button:hover,
|
||||||
input[type=button]:hover,
|
input[type=button]:hover,
|
||||||
.button:hover {
|
.button:hover {
|
||||||
border: 1px solid #F07D3E;
|
border: 1px solid #F07D3E;
|
||||||
color: #F07D3E;
|
color: #F07D3E;
|
||||||
background-color: white;
|
|
||||||
|
background-position: left;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* -------------------------------------- */
|
/* -------------------------------------- */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user