Popups refactoring

This commit is contained in:
Čarodej
2022-01-19 08:21:32 +01:00
parent c711150793
commit 09449539fa
19 changed files with 99 additions and 98 deletions
@@ -13,13 +13,13 @@
<ButtonBase
@click.native="closePopup"
button-style="secondary"
class="popup-button"
class="w-full"
>{{ $t('global.cancel') }}
</ButtonBase>
<ButtonBase
@click.native="confirm"
:button-style="buttonColor"
class="popup-button"
class="w-full"
>{{ $t('global.confirm_action') }}
</ButtonBase>
</PopupActions>
@@ -1,5 +1,5 @@
<template>
<div class="actions flex items-center space-x-4 md:p-6 p-4">
<div class="actions flex items-center space-x-4 px-6 py-4 pb-6">
<slot></slot>
</div>
</template>