confirm swag

This commit is contained in:
Henry Jameson 2026-06-10 18:41:01 +03:00
commit 210b1f5ee4
2 changed files with 61 additions and 53 deletions

View file

@ -18,7 +18,9 @@
<slot />
</div>
</div>
<div class="below">
<slot name="below" />
</div>
<template #footer>
<slot name="footerLeft" />
<button
@ -61,6 +63,10 @@
}
}
.below:not(:empty) {
margin-top: 1em;
}
.text {
max-width: 50ch;
}