Use body font in sweet-alert

This commit is contained in:
Karina Kwiatek 2022-10-25 17:13:43 +02:00 committed by Andreas Nedbal
parent d4487c557c
commit f6abb8a8ca

View file

@ -1,3 +1,7 @@
.sweet-alert {
font-family: inherit;
}
.sweet-overlay {
z-index: 1031;
}
}