update signout dialog

This commit is contained in:
2023-05-22 00:23:25 +02:00
parent c2cbe513d1
commit d28d57388b
2 changed files with 19 additions and 10 deletions

View File

@@ -19,6 +19,12 @@ body {
}
}
p:not(:last-child) {
@apply mb-2;
margin-top: 0 !important;
// margin-block: 0;
}
.btn {
animation-duration: 0s;
}
@@ -39,11 +45,6 @@ body {
ul {
@apply list-disc;
}
p {
@apply mb-2;
margin-top: 0 !important;
// margin-block: 0;
}
h1,
h2,
h3,