tag class style improvements
This commit is contained in:
parent
845ca2acb8
commit
0e72547e95
@ -8,4 +8,12 @@
|
|||||||
|
|
||||||
.tag {
|
.tag {
|
||||||
@apply italic font-semibold text-sm bg-teal-500 text-gray-900 rounded-full py-1 px-2 align-middle;
|
@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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user