summaryrefslogtreecommitdiffstats
path: root/styles/admin.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/admin.css')
-rw-r--r--styles/admin.css19
1 files changed, 0 insertions, 19 deletions
diff --git a/styles/admin.css b/styles/admin.css
deleted file mode 100644
index ce19507..0000000
--- a/styles/admin.css
+++ /dev/null
@@ -1,19 +0,0 @@
-form {
- display: block;
- width: 300px;
-}
-
-#editor {
- background: #fff;
- border: 1px solid #ccc;
- border-radius: 4px;
- padding: 0.5rem;
- min-height: 340px;
- font-family: 'Menlo', 'Consolas', monospace;
- font-size: 0.85rem;
-}
-
-#editor.crepe-editor {
- border-color: #2d5fc4;
- box-shadow: 0 0 0 2px rgba(45, 95, 196, .15);
-} \ No newline at end of file