Remove superfluous links from mobile navigation
This commit is contained in:
parent
82aa0f5bd4
commit
58d5e47158
|
|
@ -4,11 +4,6 @@
|
||||||
<div class="mobile-navigation__close-button" @click="hideMobileNavigation">
|
<div class="mobile-navigation__close-button" @click="hideMobileNavigation">
|
||||||
<cross class="mobile-navigation__close-icon"></cross>
|
<cross class="mobile-navigation__close-icon"></cross>
|
||||||
</div>
|
</div>
|
||||||
<div class="mobile-navigation__subnavigation"></div>
|
|
||||||
<div class="mobile-navigation__secondary">
|
|
||||||
<class-selection-widget :mobile="true" />
|
|
||||||
<user-widget class="mobile-navigation__user-widget" v-bind="me" :mobile="true"></user-widget>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
@ -101,20 +96,5 @@
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
fill: $color-white;
|
fill: $color-white;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__secondary {
|
|
||||||
grid-area: s;
|
|
||||||
padding: $medium-spacing;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__user-widget {
|
|
||||||
margin-bottom: $small-spacing;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__logout-widget {
|
|
||||||
margin-left: -$large-spacing;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue