mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-23 16:56:07 +00:00
Revers footer in Dialog (#60)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
parent
0930f86b27
commit
e38b5db2e8
@ -41,8 +41,8 @@
|
|||||||
<ScrollBox vertical stretch><slot /></ScrollBox>
|
<ScrollBox vertical stretch><slot /></ScrollBox>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<Button label={'Cancel'} on:click={() => { dispatch('close') }} />
|
|
||||||
<Button label={okLabel} primary />
|
<Button label={okLabel} primary />
|
||||||
|
<Button label={'Cancel'} on:click={() => { dispatch('close') }} />
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
@ -99,7 +99,8 @@
|
|||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-auto-flow: column;
|
grid-auto-flow: column;
|
||||||
justify-content: end;
|
direction: rtl;
|
||||||
|
justify-content: start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
column-gap: .75rem;
|
column-gap: .75rem;
|
||||||
padding: 0 2.5rem;
|
padding: 0 2.5rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user