From b2a6a717bf248d85e86715f8652318d0dad7e33f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 31 Mar 2019 08:48:47 +0100 Subject: [PATCH] Move tag styles --- src/App.vue | 8 -------- src/components/Application/ApplicationTags.vue | 10 ++++++++++ 2 files changed, 10 insertions(+), 8 deletions(-) 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 { } } + +