mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-26 18:29:51 +00:00
Download pdf (#1017)
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
parent
1daa3e349c
commit
a9d7fc67dd
@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
<div class="flex-between footer">
|
<div class="flex-between footer">
|
||||||
<div class="flex-row-reverse">
|
<div class="flex-row-reverse">
|
||||||
<Button label={presentation.string.Download} primary />
|
<a class="no-line ml-4" href={getFileUrl(file)} download={name}><Button label={presentation.string.Download} primary /></a>
|
||||||
<Button label={presentation.string.Delete} />
|
<Button label={presentation.string.Delete} />
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-row-center">
|
<div class="flex-row-center">
|
||||||
@ -120,9 +120,6 @@
|
|||||||
height: 6rem;
|
height: 6rem;
|
||||||
min-height: 6rem;
|
min-height: 6rem;
|
||||||
color: #1F212B;
|
color: #1F212B;
|
||||||
|
|
||||||
:global(button + button) { margin-right: 1rem; }
|
|
||||||
:global(.icon-button + .icon-button) { margin-left: .5rem; }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user