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

feat(admin-plugin): update swal2 styles #211

This commit is contained in:
Awilum
2020-02-03 23:24:00 +03:00
parent 15584496d1
commit 9f0db38a59

View File

@@ -29,4 +29,14 @@
@apply border-black bg-black text-white;
}
.swal2-popup.swal2-toast .swal2-title
{
font-size: var(--font-size);
@apply font-normal text-white;
}
.swal2-popup.swal2-toast
{
@apply bg-dark shadow-none;
}
/* purgecss end ignore */