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

@ -1,29 +0,0 @@
.comment-form {
@apply mt-20;
> * {
@apply mt-4;
}
label {
@apply w-full block pb-2;
@apply text-sm text-gray-700;
}
input,
textarea {
@apply w-full p-3 border border-gray-400;
&:focus {
@apply bg-white outline-none border-blue-700;
}
}
.form-submit {
@apply mt-6;
}
input[type=submit] {
@apply w-auto;
}
}