Clean up code
This commit is contained in:
parent
d879aa1955
commit
4a2492ef50
|
|
@ -32,7 +32,7 @@
|
||||||
&__logout {
|
&__logout {
|
||||||
font-family: $sans-serif-font-family;
|
font-family: $sans-serif-font-family;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
margin: 0 15px 0 20px;
|
margin: 0 15px 0 $large-spacing;
|
||||||
background: none;
|
background: none;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@
|
||||||
<logo></logo>
|
<logo></logo>
|
||||||
</router-link>
|
</router-link>
|
||||||
|
|
||||||
|
|
||||||
<a @click="showMobileNavigation">
|
<a @click="showMobileNavigation">
|
||||||
<hamburger class="mobile-header__hamburger"></hamburger>
|
<hamburger class="mobile-header__hamburger"></hamburger>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
|
|
@ -112,7 +112,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&__logout-widget {
|
&__logout-widget {
|
||||||
margin-left: -20px;
|
margin-left: -$large-spacing;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@
|
||||||
import RoomsIllustration from '@/components/illustrations/RoomsIllustration';
|
import RoomsIllustration from '@/components/illustrations/RoomsIllustration';
|
||||||
|
|
||||||
import {meQuery} from '@/graphql/queries';
|
import {meQuery} from '@/graphql/queries';
|
||||||
import MobileHeader from "@/components/MobileHeader";
|
import MobileHeader from '@/components/MobileHeader';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue