From e4cad208dd387287a2b53dc49d26c15d58c4a032 Mon Sep 17 00:00:00 2001
From: Alexandros Georgantas <alexgeorg86@gmail.com>
Date: Fri, 3 Mar 2017 12:04:51 +0200
Subject: [PATCH] Styling note tooltip

---
 app/components/SimpleEditor/SimpleEditor.scss |  2 +-
 .../SimpleEditor/miniEditor/miniEditor.scss   | 30 +++++++++++++++++--
 2 files changed, 29 insertions(+), 3 deletions(-)

diff --git a/app/components/SimpleEditor/SimpleEditor.scss b/app/components/SimpleEditor/SimpleEditor.scss
index 0d774e6..07b4ec5 100644
--- a/app/components/SimpleEditor/SimpleEditor.scss
+++ b/app/components/SimpleEditor/SimpleEditor.scss
@@ -5,7 +5,7 @@ $fa-font-path: '~font-awesome/fonts';
 @import '~substance/substance.css';
 @import './elements/elements';
 @import './panes/panes';
-@import './MiniEditor/MiniEditor';
+@import './miniEditor/miniEditor';
 
 
 // grays
diff --git a/app/components/SimpleEditor/miniEditor/miniEditor.scss b/app/components/SimpleEditor/miniEditor/miniEditor.scss
index 2f7f3cf..81526d4 100644
--- a/app/components/SimpleEditor/miniEditor/miniEditor.scss
+++ b/app/components/SimpleEditor/miniEditor/miniEditor.scss
@@ -1,6 +1,32 @@
 .sc-prose-editor .sc-mini-editor {
+  border: 1px solid #591818;
+  height: 160px;
+  width: 360px;
+
+
+  .se-toolbar-wrapper {
+    .sc-toolbar {
+      border: 0;
+      background-color: #EEE;
+      .sc-tool-group.sm-layout-horizontal > * {
+        margin: 0;
+      }
+    }
+  }
+
   .se-scrollable {
-    height: 150px;
-    width: 360px;
+    height: 120px;
+    .se-content {
+      margin: 0;
+      background: #EEE;
+      line-height: 20px;
+      min-height: 110px;
+      color: #591818;
+      .sc-container-editor {
+        padding: 0;
+
+      }
+
+    }
   }
 }
-- 
GitLab