Rename assets to resources

This commit is contained in:
Oliver Davies 2019-06-07 22:10:18 +01:00
parent 8a1069961d
commit cd74805817
15 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,22 @@
textarea,
input[type=search] {
@apply border border-gray-400 p-2 mb-2;
&:focus {
@apply outline-none bg-gray-100;
}
&::placeholder {
@apply text-black;
}
}
input[type=submit] {
@apply bg-blue-700 text-white block text-lg font-bold cursor-pointer;
@apply py-3 px-6 rounded mt-2;
&:hover,
&:focus {
@apply bg-blue-800;
}
}