flex "space-around" for button groups
This commit is contained in:
parent
943c9b6c32
commit
cfeb87401e
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
<Calendar :doors="doors" />
|
<Calendar :doors="doors" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="panel-block is-flex is-justify-content-space-between">
|
<div class="panel-block is-flex is-justify-content-space-around">
|
||||||
<BulmaButton
|
<BulmaButton
|
||||||
class="is-danger"
|
class="is-danger"
|
||||||
@click="on_download"
|
@click="on_download"
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
</section>
|
</section>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<footer class="modal-card-foot">
|
<footer class="modal-card-foot is-flex is-justify-content-space-around">
|
||||||
<BulmaButton
|
<BulmaButton
|
||||||
class="button is-success"
|
class="button is-success"
|
||||||
@click.left="submit"
|
@click.left="submit"
|
||||||
|
|
Loading…
Reference in a new issue