From 349ec7da38d6abeb22cba70fbf35e609d9397672 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 2 Jun 2018 23:31:30 -0700 Subject: [PATCH] ungoof navigation --- .../assets/styles/components/navigation.css | 22 +------------------ 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/resources/assets/styles/components/navigation.css b/resources/assets/styles/components/navigation.css index 61104b21d..00ef892e0 100644 --- a/resources/assets/styles/components/navigation.css +++ b/resources/assets/styles/components/navigation.css @@ -1,24 +1,4 @@ .nav { - @apply .flex; - - a { - @apply .py-6 .px-6 .text-white .no-underline; - - &:hover { - @apply .bg-blue-dark; - } - - &.router-link-active { - @apply .bg-blue-dark; - } - - &:last-child { - @apply mr-0; - } - } -} - -/*.nav { @apply .bg-blue; height: 48px; @@ -63,7 +43,7 @@ @apply .float-right .mx-8 .inline-block; } } -}*/ +} .sidenav { @apply .mb-2;