Notification (#934)

Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
Denis Bykhov
2022-02-07 10:03:14 +01:00
committed by GitHub
parent bf2e0aba30
commit e026683db0
64 changed files with 847 additions and 140 deletions
@@ -15,20 +15,18 @@
-->
<script lang="ts">
export let content: string
let editor: HTMLDivElement
$: if (editor) editor.innerHTML = content
</script>
<div bind:this={editor} class="input clear-mins" />
<iframe srcdoc={content} title="e-mail" />
<style lang="scss">
.input {
iframe {
overflow: auto;
padding: 1rem;
border: none;
border-radius: 0.5rem;
height: 100%;
background-color: #fff;
color: #1f212b;
border-radius: .5rem;
:global(a) {
font: inherit;