Update form styling

This commit is contained in:
Oliver Davies 2019-04-16 20:24:51 +01:00
parent e70b21e517
commit 6acc6b22a5

View file

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