1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 10:51:21 +02:00

feat(admin-plugin): update styles for swal buttons #211

This commit is contained in:
Awilum
2020-02-02 12:40:40 +03:00
parent 809315538f
commit 5276952488

View File

@@ -11,7 +11,7 @@
.swal-button
{
@apply px-4 py-2 border border-black text-white inline-block w-auto bg-black rounded-none;
@apply px-4 py-2 border-1 border-solid border-dark text-white inline-block w-auto bg-dark rounded-none;
}
.swal-button:focus
@@ -21,14 +21,14 @@
.swal-button--cancel
{
@apply bg-white text-black;
@apply bg-white text-black border-dark;
}
.swal-button:not([disabled]):hover,
.swal-button--cancel:not([disabled]):hover
{
@apply border-gray-900 bg-gray-900 text-white;
@apply border-black bg-black text-white;
}
/* purgecss end ignore */