mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
Update snapshots
This commit is contained in:
parent
f053b7a6c9
commit
78170ce86a
@ -8,9 +8,10 @@ exports[`PageShell > renders 1`] = `
|
||||
class="v-application__wrap"
|
||||
>
|
||||
|
||||
|
||||
<header
|
||||
class="v-toolbar v-toolbar--flat v-toolbar--density-default v-theme--light v-locale--is-ltr v-app-bar"
|
||||
style="top: 0px; z-index: 1004; transform: translateY(0%); position: fixed; left: 0px; width: calc(100% - 0px - 0px);"
|
||||
style="top: 0px; z-index: 1004; transform: translateY(0px); position: fixed; left: 0px; width: calc(100% - 0px - 0px);"
|
||||
>
|
||||
<!---->
|
||||
|
||||
@ -168,7 +169,7 @@ exports[`PageShell > renders 1`] = `
|
||||
class="v-col"
|
||||
>
|
||||
<div
|
||||
class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-locale--is-ltr v-input--dirty v-switch d-flex justify-end mr-5"
|
||||
class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-theme--light v-locale--is-ltr v-input--dirty v-switch d-flex justify-end mr-5"
|
||||
>
|
||||
<!---->
|
||||
<div
|
||||
@ -271,6 +272,7 @@ exports[`PageShell > renders 1`] = `
|
||||
Page Content
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
`;
|
||||
|
||||
@ -8,9 +8,10 @@ exports[`TopMenu > renders 1`] = `
|
||||
class="v-application__wrap"
|
||||
>
|
||||
|
||||
|
||||
<header
|
||||
class="v-toolbar v-toolbar--flat v-toolbar--density-default v-theme--light v-locale--is-ltr v-app-bar"
|
||||
style="top: 0px; z-index: 1004; transform: translateY(0%); position: fixed; left: 0px; width: calc(100% - 0px - 0px);"
|
||||
style="top: 0px; z-index: 1004; transform: translateY(0px); position: fixed; left: 0px; width: calc(100% - 0px - 0px);"
|
||||
>
|
||||
<!---->
|
||||
|
||||
@ -168,7 +169,7 @@ exports[`TopMenu > renders 1`] = `
|
||||
class="v-col"
|
||||
>
|
||||
<div
|
||||
class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-locale--is-ltr v-input--dirty v-switch d-flex justify-end mr-5"
|
||||
class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-theme--light v-locale--is-ltr v-input--dirty v-switch d-flex justify-end mr-5"
|
||||
>
|
||||
<!---->
|
||||
<div
|
||||
@ -268,6 +269,7 @@ exports[`TopMenu > renders 1`] = `
|
||||
|
||||
</header>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
`;
|
||||
|
||||
@ -8,6 +8,7 @@ exports[`LogoAvatar > renders 1`] = `
|
||||
class="v-application__wrap"
|
||||
>
|
||||
|
||||
|
||||
<main
|
||||
class="v-main bg-grey-lighten-3"
|
||||
style="--v-layout-left: 0px; --v-layout-right: 0px; --v-layout-top: 0px; --v-layout-bottom: 0px; transition: none !important;"
|
||||
@ -35,6 +36,7 @@ exports[`LogoAvatar > renders 1`] = `
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
`;
|
||||
|
||||
@ -8,6 +8,7 @@ exports[`AboutPage > renders 1`] = `
|
||||
class="v-application__wrap"
|
||||
>
|
||||
|
||||
|
||||
<main
|
||||
class="v-main bg-grey-lighten-3"
|
||||
style="--v-layout-left: 0px; --v-layout-right: 0px; --v-layout-top: 0px; --v-layout-bottom: 0px;"
|
||||
@ -63,6 +64,7 @@ exports[`AboutPage > renders 1`] = `
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
`;
|
||||
|
||||
@ -8,6 +8,7 @@ exports[`AppPage > renders 1`] = `
|
||||
class="v-application__wrap"
|
||||
>
|
||||
|
||||
|
||||
<main
|
||||
class="v-main bg-grey-lighten-3"
|
||||
style="--v-layout-left: 0px; --v-layout-right: 0px; --v-layout-top: 0px; --v-layout-bottom: 0px;"
|
||||
@ -156,6 +157,7 @@ exports[`AppPage > renders 1`] = `
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
`;
|
||||
|
||||
@ -8,6 +8,7 @@ exports[`IndexPage > renders 1`] = `
|
||||
class="v-application__wrap"
|
||||
>
|
||||
|
||||
|
||||
<main
|
||||
class="v-main bg-grey-lighten-3"
|
||||
style="--v-layout-left: 0px; --v-layout-right: 0px; --v-layout-top: 0px; --v-layout-bottom: 0px;"
|
||||
@ -64,6 +65,7 @@ exports[`IndexPage > renders 1`] = `
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
`;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user