Clean up code

This commit is contained in:
Ramon Wenger 2019-04-09 12:57:05 +02:00
parent d879aa1955
commit 4a2492ef50
4 changed files with 3 additions and 4 deletions

View File

@ -32,7 +32,7 @@
&__logout {
font-family: $sans-serif-font-family;
line-height: 16px;
margin: 0 15px 0 20px;
margin: 0 15px 0 $large-spacing;
background: none;
color: inherit;
border: none;

View File

@ -4,7 +4,6 @@
<logo></logo>
</router-link>
<a @click="showMobileNavigation">
<hamburger class="mobile-header__hamburger"></hamburger>
</a>

View File

@ -112,7 +112,7 @@
}
&__logout-widget {
margin-left: -20px;
margin-left: -$large-spacing;
}
}
</style>

View File

@ -56,7 +56,7 @@
import RoomsIllustration from '@/components/illustrations/RoomsIllustration';
import {meQuery} from '@/graphql/queries';
import MobileHeader from "@/components/MobileHeader";
import MobileHeader from '@/components/MobileHeader';
export default {
components: {