aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/components/LdError.vue
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/src/components/LdError.vue')
-rw-r--r--viewer/src/components/LdError.vue9
1 files changed, 1 insertions, 8 deletions
diff --git a/viewer/src/components/LdError.vue b/viewer/src/components/LdError.vue
index 4b958dc..a53942d 100644
--- a/viewer/src/components/LdError.vue
+++ b/viewer/src/components/LdError.vue
@@ -19,7 +19,7 @@
19--> 19-->
20 20
21<template> 21<template>
22 <div :class="$style.container"> 22 <div class="container-vh-centering">
23 <div :class="$style.content"> 23 <div :class="$style.content">
24 <fa-icon :class="$style.icon" :icon="icon" size="6x" /> 24 <fa-icon :class="$style.icon" :icon="icon" size="6x" />
25 <div :class="$style.message" v-html="message"></div> 25 <div :class="$style.message" v-html="message"></div>
@@ -39,13 +39,6 @@ import { Component, Prop, Vue } from "vue-property-decorator";
39<style lang="scss" module> 39<style lang="scss" module>
40@import "~@/assets/scss/theme.scss"; 40@import "~@/assets/scss/theme.scss";
41 41
42.container {
43 min-height: 100%;
44 display: flex;
45 align-items: center;
46 justify-content: center;
47}
48
49.content { 42.content {
50 text-align: center; 43 text-align: center;
51 44