mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2024-11-22 15:53:01 +00:00
ui mini buttons
This commit is contained in:
parent
ddb893ea6c
commit
c7fd54f60d
2 changed files with 7 additions and 11 deletions
|
@ -111,11 +111,9 @@
|
|||
<!-- TODO -->
|
||||
<dd>
|
||||
<span>***</span>
|
||||
<span class="tag button is-primary ml-2">
|
||||
<span class="icon">
|
||||
<font-awesome-icon icon="fa-solid fa-eye" />
|
||||
</span>
|
||||
</span>
|
||||
<button class="tag button icon is-primary ml-2">
|
||||
<font-awesome-icon icon="fa-solid fa-eye" />
|
||||
</button>
|
||||
</dd>
|
||||
|
||||
<dt>Cache-Dauer</dt>
|
||||
|
@ -128,11 +126,9 @@
|
|||
<!-- TODO -->
|
||||
<dd>
|
||||
<span>***</span>
|
||||
<span class="tag button is-primary ml-2">
|
||||
<span class="icon">
|
||||
<font-awesome-icon icon="fa-solid fa-eye" />
|
||||
</span>
|
||||
</span>
|
||||
<button class="tag button icon is-primary ml-2">
|
||||
<font-awesome-icon icon="fa-solid fa-eye" />
|
||||
</button>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<header class="card-header has-background-grey-lighter is-unselectable">
|
||||
<p class="card-header-title" @click="toggle">{{ header }}</p>
|
||||
<p v-if="refreshable" class="card-header-icon px-0">
|
||||
<button class="tag button is-info icon" @click="refresh">
|
||||
<button class="tag button icon is-info" @click="refresh">
|
||||
<font-awesome-icon icon="fa-solid fa-arrows-rotate" />
|
||||
</button>
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue