confirm swag
This commit is contained in:
parent
041fcc94ed
commit
210b1f5ee4
2 changed files with 61 additions and 53 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue