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
1 changed files with 5 additions and 1 deletions

View File

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