From cb05aa8b6fd2bc8461e28e476f3415ef5e588bee Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 7 May 2019 18:10:58 +0100 Subject: [PATCH] Combine Welcome and App --- src/App.vue | 130 +++++++++++++++++++++++++++++++++-- src/components/Welcome.vue | 135 ------------------------------------- 2 files changed, 124 insertions(+), 141 deletions(-) delete mode 100644 src/components/Welcome.vue diff --git a/src/App.vue b/src/App.vue index 4b25193..90d6650 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,20 +1,111 @@ @@ -28,5 +119,32 @@ export default { transform: translateX(-50%); } +#header a { + @apply text-white no-underline; + + &:hover, + &:focus { + @apply underline + } +} + +#main a { + @apply text-blue-300 no-underline border-b border-blue-100 border-dotted; + + &:hover, + &:focus { + @apply text-blue-100 border-solid + } +} + +#footer a { + @apply text-white no-underline border-b border-dotted border-white; + + &:hover, + &:focus { + @apply border-none + } +} + @tailwind utilities; diff --git a/src/components/Welcome.vue b/src/components/Welcome.vue deleted file mode 100644 index 4527a75..0000000 --- a/src/components/Welcome.vue +++ /dev/null @@ -1,135 +0,0 @@ - - - - -