update login page to use blank layout

This commit is contained in:
Brent Vardy 2019-09-03 14:02:46 +01:00 committed by mattwr18
parent 7fdabd9ac4
commit a751a10783
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ services:
networks:
- hc-network
ports:
- 8001:8001
- 80:80
networks:
hc-network:

View File

@ -17,7 +17,7 @@
<ds-button icon="bars" @click="toggleMobileMenuView" right />
</ds-flex-item>
<ds-flex-item
:width="{ base: '85%', sm: '85%', md: '50%', lg: '20%' }"
:width="{ base: '85%', sm: '85%', md: '50%', lg: '50%' }"
:class="{ 'hide-mobile-menu': !toggleMobileMenu }"
>
<div id="nav-search-box" v-if="isLoggedIn">

View File

@ -81,7 +81,7 @@ export default {
components: {
LocaleSwitch,
},
layout: 'default',
layout: 'blank',
data() {
return {
ready: false,