From aaf4cbeeb02b449534065e6d74f2f0f20d74b69a Mon Sep 17 00:00:00 2001 From: Henrik Askjer <henrik.askjer@uib.no> Date: Mon, 15 Nov 2021 09:28:51 +0100 Subject: [PATCH] style button text --- src/components/ArticleFooter.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/ArticleFooter.vue b/src/components/ArticleFooter.vue index 488ca3ae..cb5619d6 100644 --- a/src/components/ArticleFooter.vue +++ b/src/components/ArticleFooter.vue @@ -21,13 +21,13 @@ <div id = "citation" v-html="this.create_citation()"/> <v-btn depressed x-small class="toolbar-button" rounded tabindex="0" @click="copy_citation"><br> - <v-icon x-small icon>content_copy</v-icon> Kopier + <v-icon x-small icon>content_copy</v-icon> <span class = "button-text">Kopier</span> </v-btn> <v-btn depressed x-small class="toolbar-button" rounded tabindex="0" @click="close_citation_dialog"><br> - <v-icon x-small icon>get_app</v-icon> Last ned + <v-icon x-small icon>get_app</v-icon> <span class = "button-text">Last ned</span> </v-btn> <v-btn depressed x-small class="toolbar-button" rounded tabindex="0" @click="close_citation_dialog"><br> - <v-icon x-small icon>close</v-icon> Avbryt + <v-icon x-small icon>close</v-icon> <span class = "button-text">Avbryt</span> </v-btn> </v-card> </v-dialog> -- GitLab