mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 19:44:59 +03: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>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<Button label={'Cancel'} on:click={() => { dispatch('close') }} />
|
||||
<Button label={okLabel} primary />
|
||||
<Button label={'Cancel'} on:click={() => { dispatch('close') }} />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
@ -99,7 +99,8 @@
|
||||
flex-shrink: 0;
|
||||
display: grid;
|
||||
grid-auto-flow: column;
|
||||
justify-content: end;
|
||||
direction: rtl;
|
||||
justify-content: start;
|
||||
align-items: center;
|
||||
column-gap: .75rem;
|
||||
padding: 0 2.5rem;
|
||||
|
Loading…
Reference in New Issue
Block a user