diff --git a/src/App.vue b/src/App.vue index dcf9e1b..98ce5d8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -40,13 +40,5 @@ h2 { } } -.tag { - @apply text-2xs uppercase py-1 px-2 rounded border border-grey-400 bg-white mr-2 mb-2 -} - -.tag.is-type { - @apply bg-blue-100 border-blue-100 text-white -} - @tailwind utilities; diff --git a/src/components/Application/ApplicationTags.vue b/src/components/Application/ApplicationTags.vue index ce961f1..9de3759 100644 --- a/src/components/Application/ApplicationTags.vue +++ b/src/components/Application/ApplicationTags.vue @@ -15,3 +15,13 @@ export default { } } + +