diff --git a/client/components/admin/admin-auth.vue b/client/components/admin/admin-auth.vue index a66023e4..00e24324 100644 --- a/client/components/admin/admin-auth.vue +++ b/client/components/admin/admin-auth.vue @@ -6,7 +6,7 @@ img(src='/svg/icon-unlock.svg', alt='Authentication', style='width: 80px;') .admin-header-title .headline.primary--text Authentication - .subheading.grey--text Configure the authentication settings of your wiki + .subheading.grey--text Configure the authentication settings of your wiki #[v-chip(label, color='primary', small).white--text coming soon] v-spacer v-btn(outline, color='grey', @click='refresh', large) v-icon refresh diff --git a/client/components/admin/admin-dashboard.vue b/client/components/admin/admin-dashboard.vue index 4b7ae4c3..a7ab8c0a 100644 --- a/client/components/admin/admin-dashboard.vue +++ b/client/components/admin/admin-dashboard.vue @@ -3,12 +3,12 @@ v-layout(row, wrap) v-flex(xs12) .admin-header - img(src='/svg/icon-browse-page.svg', alt='Dashboard', style='width: 80px;') + img.animated.fadeInUp(src='/svg/icon-browse-page.svg', alt='Dashboard', style='width: 80px;') .admin-header-title - .headline.primary--text {{ $t('admin:dashboard.title') }} - .subheading.grey--text {{ $t('admin:dashboard.subtitle') }} + .headline.primary--text.animated.fadeInLeft {{ $t('admin:dashboard.title') }} + .subheading.grey--text.animated.fadeInLeft.wait-p2s {{ $t('admin:dashboard.subtitle') }} v-flex(xs12 md6 lg4 xl3 d-flex) - v-card.primary.dashboard-card(dark) + v-card.primary.dashboard-card.animated.fadeInUp(dark) v-card-text v-icon.dashboard-icon insert_drive_file .subheading Pages @@ -19,7 +19,7 @@ easing='easeOutQuint' ) v-flex(xs12 md6 lg4 xl3 d-flex) - v-card.indigo.lighten-1.dashboard-card(dark) + v-card.indigo.lighten-1.dashboard-card.animated.fadeInUp.wait-p2s(dark) v-card-text v-icon.dashboard-icon person .subheading Users @@ -30,7 +30,7 @@ easing='easeOutQuint' ) v-flex(xs12 md6 lg4 xl3 d-flex) - v-card.indigo.lighten-2.dashboard-card(dark) + v-card.indigo.lighten-2.dashboard-card.animated.fadeInUp.wait-p4s(dark) v-card-text v-icon.dashboard-icon people .subheading Groups @@ -41,7 +41,7 @@ easing='easeOutQuint' ) v-flex(xs12 md6 lg12 xl3 d-flex) - v-card.dashboard-card( + v-card.dashboard-card.animated.fadeInUp.wait-p6s( :class='isLatestVersion ? "teal lighten-2" : "red lighten-2"' dark ) diff --git a/client/components/admin/admin-editor.vue b/client/components/admin/admin-editor.vue index 6acb5757..cfe88253 100644 --- a/client/components/admin/admin-editor.vue +++ b/client/components/admin/admin-editor.vue @@ -6,7 +6,7 @@ img(src='/svg/icon-web-design.svg', alt='Editor', style='width: 80px;') .admin-header-title .headline.primary--text Editor - .subheading.grey--text Configure the content editors + .subheading.grey--text Configure the content editors #[v-chip(label, color='primary', small).white--text coming soon] v-spacer v-btn(outline, color='grey', @click='refresh', large) v-icon refresh diff --git a/client/components/admin/admin-mail.vue b/client/components/admin/admin-mail.vue index 292331e1..11cf054a 100644 --- a/client/components/admin/admin-mail.vue +++ b/client/components/admin/admin-mail.vue @@ -127,7 +127,7 @@