Fixed logout link styling

This commit is contained in:
Grzegorz Leoniec 2019-01-21 09:14:36 +01:00
parent 04663aa94a
commit 6c74531608
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -207,11 +207,17 @@ export default {
.logout-link {
margin-left: -$space-small;
margin-right: -$space-small;
margin-bottom: -$space-xx-small;
padding: $space-xx-small $space-small;
margin-top: -$space-xxx-small;
margin-bottom: -$space-x-small;
padding: $space-x-small $space-small;
// subtract menu border with from padding
padding-left: $space-small - 2;
color: $text-color-base;
&:hover {
color: $text-color-link-active;
}
}
nav {