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, fixing sizes #211

This commit is contained in:
Awilum
2020-02-04 01:35:08 +03:00
parent 68c1e5c961
commit e765d08c99

View File

@@ -9,8 +9,19 @@
@apply border-none rounded-none;
}
.swal2-title
{
@apply text-3xl;
}
.swal2-content
{
font-size: var(--font-size);
}
.swal2-styled.swal2-confirm
{
font-size: var(--font-size);
@apply px-4 py-2 border border-solid border-dark text-white inline-block w-auto bg-dark rounded-none;
}
@@ -21,6 +32,7 @@
.swal2-styled.swal2-cancel
{
font-size: var(--font-size);
@apply px-4 py-2 border border-solid inline-block w-auto bg-white text-black border-dark rounded-none;
}