2018-05-27 00:20:36 +00:00
|
|
|
.nav {
|
|
|
|
@apply .bg-blue;
|
|
|
|
height: 48px;
|
|
|
|
|
|
|
|
& > .logo {
|
|
|
|
@apply .mx-8 .font-sans .font-thin .text-2xl .text-white .inline-block .pt-2;
|
2018-06-03 06:15:10 +00:00
|
|
|
|
|
|
|
& a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
@screen xsx {
|
|
|
|
@apply .hidden
|
|
|
|
}
|
2018-05-27 00:20:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
& > .menu {
|
|
|
|
& > ul {
|
|
|
|
@apply .list-reset;
|
|
|
|
& > li {
|
|
|
|
@apply .inline-block;
|
|
|
|
& > a {
|
|
|
|
@apply .block .h-full .no-underline .text-grey-lighter .font-light .text-sm;
|
|
|
|
padding: 15px;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
@apply .bg-blue-dark;
|
2018-06-03 06:15:10 +00:00
|
|
|
}
|
2018-05-27 00:20:36 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-06-03 06:15:10 +00:00
|
|
|
|
|
|
|
@screen xsx {
|
|
|
|
@apply .w-full .text-center;
|
|
|
|
}
|
|
|
|
|
|
|
|
@screen sm {
|
|
|
|
@apply .float-right .mx-8 .inline-block;
|
|
|
|
}
|
2018-05-27 00:20:36 +00:00
|
|
|
}
|
2018-06-03 06:31:30 +00:00
|
|
|
}
|
2018-05-27 22:37:03 +00:00
|
|
|
|
|
|
|
.sidenav {
|
2018-08-04 04:30:06 +00:00
|
|
|
@apply .py-2;
|
2018-05-27 22:37:03 +00:00
|
|
|
|
|
|
|
a {
|
2018-08-04 04:30:06 +00:00
|
|
|
@apply .block .py-3 .px-6 .text-grey-darkest .no-underline .border .border-transparent;
|
2018-05-27 22:37:03 +00:00
|
|
|
|
2018-08-04 04:30:06 +00:00
|
|
|
&:hover, &.router-link-exact-active {
|
|
|
|
@apply .border-grey-light .bg-grey-lightest;
|
2018-05-27 22:37:03 +00:00
|
|
|
|
2018-08-04 04:30:06 +00:00
|
|
|
border-left: 1px solid transparent;
|
|
|
|
border-right: 1px solid transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.router-link-exact-active + a:hover {
|
|
|
|
border-top: 1px solid transparent;
|
|
|
|
}
|
2018-05-27 22:37:03 +00:00
|
|
|
}
|
2018-05-27 00:20:36 +00:00
|
|
|
}
|