Adjustments to the UI

This commit is contained in:
Dane Everitt 2018-08-03 21:30:06 -07:00
parent c772376aa7
commit 7e6902cc90
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 53 additions and 51 deletions

View file

@ -42,17 +42,20 @@
}
.sidenav {
@apply .mb-2;
@apply .py-2;
a {
@apply .block .py-3 .px-8 .text-grey-darkest .no-underline;
@apply .block .py-3 .px-6 .text-grey-darkest .no-underline .border .border-transparent;
&:hover {
@apply .border-l-4 .border-blue-lightest;
}
&:hover, &.router-link-exact-active {
@apply .border-grey-light .bg-grey-lightest;
&.router-link-exact-active {
@apply .text-blue .border-l-4 .border-blue;
}
border-left: 1px solid transparent;
border-right: 1px solid transparent;
}
&.router-link-exact-active + a:hover {
border-top: 1px solid transparent;
}
}
}