Simplify uk-button css.

This commit is contained in:
FireMaskterK
2021-10-31 18:36:47 +00:00
parent f1e4380582
commit e3df414cdb
9 changed files with 23 additions and 53 deletions

View File

@@ -2,12 +2,7 @@
<h1 class="uk-text-bold uk-text-center">{{ $t("titles.subscriptions") }}</h1>
<div style="text-align: center">
<button
v-if="authenticated"
class="uk-button uk-button-small"
style="background: #222; margin-right: 0.5rem"
type="button"
>
<button v-if="authenticated" class="uk-button uk-button-small" style=" margin-right: 0.5rem" type="button">
<router-link to="/import">
{{ $t("actions.import_from_json") }}
</router-link>
@@ -16,7 +11,7 @@
<button
v-if="authenticated"
class="uk-button uk-button-small"
style="background: #222; color: white"
style="color: white"
type="button"
@click="exportHandler"
>