refactor(css): Apply global CSS classes (#874)

This commit is contained in:
TheCatLady
2021-02-09 09:57:19 -05:00
committed by GitHub
parent c8b2a57721
commit 7e906e2d46
5 changed files with 21 additions and 21 deletions

View File

@@ -66,6 +66,10 @@ ul.cardList > li {
@apply text-white sm:col-span-2;
}
.label-required {
@apply text-red-500;
}
.label-tip {
@apply block text-gray-500;
}