tag class style improvements

This commit is contained in:
Hubert Van De Walle 2020-08-17 17:21:11 +02:00
parent 845ca2acb8
commit 0e72547e95

View File

@ -8,4 +8,12 @@
.tag {
@apply italic font-semibold text-sm bg-teal-500 text-gray-900 rounded-full py-1 px-2 align-middle;
&:focus {
@apply outline-none shadow-outline bg-teal-800 text-white;
}
&:hover {
@apply bg-teal-800 text-white;
}
}