Searchbox style

pull/7/head
Anthony Catel 2020-10-08 15:47:52 +02:00
rodzic 1d58dd1b88
commit 4227dc01cc
1 zmienionych plików z 25 dodań i 1 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
@tailwind components;
@tailwind utilities;
.btn {
@apply bg-white border border-teal-500 text-teal-500 rounded-lg font-semibold py-1 px-2;
@ -103,3 +103,27 @@ how to remove the virtical space around the range input in IE*/
/*Edge starts the margin from the thumb, not the track as other browsers do*/
}
}
.controls {
margin-top: 10px;
border: 1px solid transparent;
border-radius: 2px 0 0 2px;
box-sizing: border-box;
-moz-box-sizing: border-box;
height: 40px;
outline: none;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#pac-input {
background-color: #fff;
font-family: Roboto;
font-size: 15px;
font-weight: 300;
margin-left: 12px;
padding: 0 11px 0 13px;
text-overflow: ellipsis;
width: 300px;
}
@tailwind utilities;