1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

removed CodeArea (not used)

This commit is contained in:
Michael Shanks 2020-08-14 14:40:10 +01:00
parent fcc8cdd148
commit 5f2b31f0c0

View file

@ -1,20 +0,0 @@
<script>
import { JavaScriptIcon } from "../common/Icons"
// todo: use https://ace.c9.io
export let text = ""
</script>
<textarea class="uk-textarea" bind:value={text} />
<style>
textarea {
padding: 10px;
margin-top: 5px;
margin-bottom: 10px;
background: var(--grey-7);
color: var(--white);
font-family: "Courier New", Courier, monospace;
height: 200px;
border-radius: 5px;
}
</style>