mocked server page and better navigation and overall layout

This commit is contained in:
Jakob Schrettenbrunner 2018-05-28 00:37:03 +02:00
parent d2c770d218
commit 89f47c6dbb
23 changed files with 12718 additions and 47 deletions

View file

@ -1,4 +1,24 @@
.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;
@ -25,4 +45,20 @@
}
}
}
}*/
.sidenav {
@apply .mb-2;
a {
@apply .block .py-3 .px-8 .text-grey-darkest .no-underline;
&:hover {
@apply .border-r-4 .border-blue-lightest;
}
&.router-link-exact-active {
@apply .text-blue .border-r-4 .border-blue;
}
}
}