From fc17518e8c7d95560ecc51d470f6a2c079d7be30 Mon Sep 17 00:00:00 2001 From: konrad Date: Fri, 31 Jan 2020 16:33:34 +0000 Subject: [PATCH] Add a link to vikunja.io (#56) Add a link to vikunja.io Co-authored-by: kolaente Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/56 --- src/App.vue | 1 + src/styles/theme/navigation.scss | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/src/App.vue b/src/App.vue index 78762fe32..586506cf8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -136,6 +136,7 @@ + Powered by Vikunja
diff --git a/src/styles/theme/navigation.scss b/src/styles/theme/navigation.scss index dfa7ccf04..e85bd4e30 100644 --- a/src/styles/theme/navigation.scss +++ b/src/styles/theme/navigation.scss @@ -315,3 +315,12 @@ .logout-icon { margin-right: 0.85em !important; } + +.menu-bottom-link { + width: 100%; + color: $grey-light; + text-align: center; + display: block; + margin: 1em 0; + font-size: .8em; +}