remove breadcrumb and bg reference

This commit is contained in:
2023-04-12 13:38:08 +10:00
parent 4238c977f3
commit d7a35e651e
8 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
<template> <template>
<SMPage no-breadcrumbs background="/img/background.jpg"> <SMPage>
<SMRow> <SMRow>
<SMFormCard class="mt-5" narrow> <SMFormCard class="mt-5" narrow>
<template v-if="!formDone"> <template v-if="!formDone">

View File

@@ -1,5 +1,5 @@
<template> <template>
<SMPage no-breadcrumbs background="/img/background.jpg"> <SMPage>
<SMRow> <SMRow>
<SMFormCard class="mt-5"> <SMFormCard class="mt-5">
<template v-if="!formDone"> <template v-if="!formDone">

View File

@@ -1,5 +1,5 @@
<template> <template>
<SMPage no-breadcrumbs background="/img/background.jpg"> <SMPage>
<SMRow> <SMRow>
<SMFormCard class="mt-5"> <SMFormCard class="mt-5">
<template v-if="!formDone"> <template v-if="!formDone">

View File

@@ -1,5 +1,5 @@
<template> <template>
<SMPage no-breadcrumbs background="/img/background.jpg"> <SMPage>
<SMLoader :loading="true" /> <SMLoader :loading="true" />
</SMPage> </SMPage>
</template> </template>

View File

@@ -1,5 +1,5 @@
<template> <template>
<SMPage no-breadcrumbs background="/img/background.jpg"> <SMPage>
<template #container> <template #container>
<SMFormCard full class="mt-5" :narrow="formDone"> <SMFormCard full class="mt-5" :narrow="formDone">
<template v-if="!formDone"> <template v-if="!formDone">

View File

@@ -1,5 +1,5 @@
<template> <template>
<SMPage no-breadcrumbs background="/img/background.jpg"> <SMPage>
<SMRow> <SMRow>
<SMFormCard class="mt-5" narrow> <SMFormCard class="mt-5" narrow>
<template v-if="!formDone"> <template v-if="!formDone">

View File

@@ -1,5 +1,5 @@
<template> <template>
<SMPage no-breadcrumbs background="/img/background.jpg"> <SMPage>
<SMRow> <SMRow>
<SMFormCard narrow> <SMFormCard narrow>
<template v-if="!formDone"> <template v-if="!formDone">

View File

@@ -1,5 +1,5 @@
<template> <template>
<SMPage no-breadcrumbs background="/img/background.jpg"> <SMPage>
<SMRow> <SMRow>
<SMFormCard narrow> <SMFormCard narrow>
<template v-if="!formDone"> <template v-if="!formDone">