[web] Migrate to Bulma 1.0.2

This commit is contained in:
Alain Nussbaumer
2024-09-24 20:31:51 +02:00
parent 87ec17c243
commit 66c2873d32
43 changed files with 261 additions and 289 deletions

View File

@@ -6,14 +6,13 @@
<section v-if="$slots.options" ref="options">
<slot name="options" />
<nav class="buttons is-centered">
<router-link class="button is-small is-white" :to="position">
<router-link class="button is-small" :to="position">
<mdicon class="icon" :name="icon" size="16" />
</router-link>
</nav>
</section>
<div :class="{ 'is-full-height': $slots.options }">
<div>
<nav id="top" class="level is-clipped">
<!-- Left side -->
<div class="level-left is-flex-shrink-1">
<div
class="level-item is-flex-shrink-1 has-text-centered-mobile"
@@ -23,7 +22,6 @@
</div>
</div>
</div>
<!-- Right side -->
<div class="level-right has-text-centered-mobile">
<slot name="heading-right" />
</div>

View File

@@ -6,13 +6,11 @@
<div class="column is-four-fifths">
<div class="columns is-flex-direction-row-reverse">
<div class="column fd-has-cover">
<!-- Slot heading right -->
<slot name="heading-right" />
</div>
<div
class="column m-auto is-three-fifths has-text-centered-mobile"
>
<!-- Slot heading left -->
<slot name="heading-left" />
</div>
</div>