Change modal footer

This commit is contained in:
kolaente 2021-01-26 22:24:35 +01:00
parent 28dbeb37f6
commit 3c0257b2ec
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
3 changed files with 6 additions and 2 deletions

View File

@ -23,14 +23,12 @@
{{ tertary }}
</x-button>
<x-button
:shadow="false"
type="secondary"
@click.prevent.stop="$router.back()"
>
Cancel
</x-button>
<x-button
:shadow="false"
type="primary"
@click.prevent.stop="primary"
:icon="primaryIcon"

View File

@ -14,6 +14,11 @@
border-bottom: 1px solid $grey-200;
border-radius: $radius $radius 0 0;
}
.modal-card-foot {
background: $grey-50;
border-top: 0;
}
}
.box, .card {

View File

@ -1,3 +1,4 @@
$grey-50: #F9FAFB;
$grey-100: #f3f4f6;
$grey-200: #E5E7EB;
$grey-300: #D1D5DB;