fix: use wider modal gaps

This commit is contained in:
oSumAtrIX 2023-06-21 03:13:01 +02:00
parent 25fed14a0a
commit 9900635879
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -47,9 +47,9 @@
<slot name="icon" /> <slot name="icon" />
{/if} {/if}
{#if $$slots.title} {#if $$slots.title}
<h4> <h3>
<slot name="title" /> <slot name="title" />
</h4> </h3>
{/if} {/if}
</div> </div>
@ -85,7 +85,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
margin-bottom: 0.75rem; gap: 1rem;
} }
.title { .title {
@ -94,13 +94,11 @@
gap: 1rem; gap: 1rem;
width: 100%; width: 100%;
background-color: var(--grey-six); background-color: var(--grey-six);
margin-bottom: 8px;
} }
.buttons { .buttons {
display: flex; display: flex;
gap: 2rem; gap: 2rem;
margin-top: 1rem;
justify-content: flex-end; justify-content: flex-end;
width: 100%; width: 100%;
} }