ungoof navigation

This commit is contained in:
Dane Everitt 2018-06-02 23:31:30 -07:00
parent e65854c8c2
commit 349ec7da38
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -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;