summaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2021-10-24 18:59:50 +0200
committerMaksymilian Jopek <maks@jopek.eu>2021-10-24 18:59:50 +0200
commit55d0e202677253ecf893bd52649871f10b52d3de (patch)
tree23fc8b3b06bef4ff7503c100edcea2ed01a298d5 /src/styles
parent94ca5987544009f2da17fe27abc6c9de380d34fd (diff)
downloadisiqandisi-55d0e202677253ecf893bd52649871f10b52d3de.tar.gz
isiqandisi-55d0e202677253ecf893bd52649871f10b52d3de.tar.zst
isiqandisi-55d0e202677253ecf893bd52649871f10b52d3de.zip
Almost dragging and WYSiWYG start
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/main.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/styles/main.css b/src/styles/main.css
index e69de29..5cbdb33 100644
--- a/src/styles/main.css
+++ b/src/styles/main.css
@@ -0,0 +1,20 @@
+#document-add {
+ background-image: url('static/document-add.svg');
+ border: 0;
+ width: 30px;
+ height: 30px;
+ cursor: pointer;
+}
+
+.chit {
+ border: 1px solid black;
+ position: absolute;
+}
+
+#tinymce {
+ position: absolute;
+ top: 150;
+ left: 150;
+ width: 80vw;
+ height: 40vh;
+}