2019-03-28 09:43:54 +00:00
|
|
|
textarea,
|
2019-03-28 09:35:58 +00:00
|
|
|
input[type=search] {
|
2019-06-16 00:41:34 +01:00
|
|
|
@apply p-2 mb-2 border border-gray-400;
|
2019-03-28 09:35:58 +00:00
|
|
|
|
|
|
|
&:focus {
|
2019-06-16 00:41:34 +01:00
|
|
|
@apply outline-none bg-gray-100
|
2019-03-28 09:35:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&::placeholder {
|
2019-06-16 00:41:34 +01:00
|
|
|
@apply text-black
|
2019-03-28 09:35:58 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=submit] {
|
2019-06-16 00:41:34 +01:00
|
|
|
@apply block py-3 px-6 mt-2 rounded;
|
|
|
|
@apply bg-blue-700 text-white text-lg font-bold cursor-pointer;
|
2019-03-28 09:35:58 +00:00
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
2019-06-16 00:41:34 +01:00
|
|
|
@apply bg-blue-800
|
2019-03-28 09:35:58 +00:00
|
|
|
}
|
|
|
|
}
|