tag class style improvements
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user