Skip to content
Snippets Groups Projects
Commit aaf4cbee authored by Henrik Askjer's avatar Henrik Askjer
Browse files

style button text

parent c606004b
No related branches found
No related tags found
No related merge requests found
...@@ -21,13 +21,13 @@ ...@@ -21,13 +21,13 @@
<div id = "citation" v-html="this.create_citation()"/> <div id = "citation" v-html="this.create_citation()"/>
<v-btn depressed x-small class="toolbar-button" rounded tabindex="0" @click="copy_citation"><br> <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>
<v-btn depressed x-small class="toolbar-button" rounded tabindex="0" @click="close_citation_dialog"><br> <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>
<v-btn depressed x-small class="toolbar-button" rounded tabindex="0" @click="close_citation_dialog"><br> <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-btn>
</v-card> </v-card>
</v-dialog> </v-dialog>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment