Revert refactoring of maintenance page

This commit is contained in:
Wolfgang Huß 2021-05-18 19:55:32 +02:00
parent 9a736100df
commit eaf35d1bfd
2 changed files with 76 additions and 4 deletions

View File

@ -9,7 +9,11 @@
<ds-flex-item :width="{ base: '100%', sm: 1, md: 1 }">
<ds-space>
<a :href="links.ORGANIZATION" :title="$t('login.moreInfo', metadata)" target="_blank">
<logo type="maintenance" />
<img
class="image"
alt="Under maintenance"
src="/img/custom/under-maintenance.svg"
/>
</a>
</ds-space>
</ds-flex-item>
@ -38,13 +42,11 @@ import emails from '~/constants/emails.js'
import links from '~/constants/links.js'
import metadata from '~/constants/metadata.js'
import LocaleSwitch from '~/components/LocaleSwitch/LocaleSwitch'
import Logo from '~/components/Logo/Logo'
export default {
layout: 'blank',
components: {
LocaleSwitch,
Logo,
},
data() {
return { links, metadata, supportEmail: emails.SUPPORT }
@ -52,4 +54,9 @@ export default {
}
</script>
<style lang="scss"></style>
<style lang="scss">
.image {
width: 75%;
height: auto;
}
</style>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 28 KiB