Color input fix

This commit is contained in:
Peter Papp
2021-05-06 10:39:03 +02:00
parent 3c8d6ac862
commit f252a0ba23
3 changed files with 209 additions and 50 deletions
+9 -8
View File
@@ -103,14 +103,6 @@ textarea {
width: 100%;
}
input[type="color"] {
width: 38px;
height: 40px;
border: none;
outline: none;
background: none;
}
textarea,
input[type="password"],
input[type="text"],
@@ -151,6 +143,15 @@ input[type="email"] {
}
}
input[type="color"] {
width: 38px !important;
height: 40px;
border: none;
outline: none;
background: none;
min-width: initial !important;
}
.additional-link {
@include font-size(16);
margin-top: 50px;