From 82be714f966f26ee8f1e10eeed61703f3055a48d Mon Sep 17 00:00:00 2001
From: chris <kokosias@yahoo.gr>
Date: Thu, 4 May 2017 20:58:46 +0300
Subject: [PATCH] notes position fix

---
 app/components/SimpleEditor/panes/Notes/notes.scss | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/app/components/SimpleEditor/panes/Notes/notes.scss b/app/components/SimpleEditor/panes/Notes/notes.scss
index 1d85036..74eb418 100644
--- a/app/components/SimpleEditor/panes/Notes/notes.scss
+++ b/app/components/SimpleEditor/panes/Notes/notes.scss
@@ -2,6 +2,8 @@ $white: #fff;
 $light-blue: #e4f0ff;
 $black: #000;
 $bg-rgba: rgba(255, 255, 255, 0);
+$grey: #a3a3a3;
+
 
 .sc-split-pane .notes-container {
   background-color: $white;
@@ -16,14 +18,14 @@ $bg-rgba: rgba(255, 255, 255, 0);
   z-index: 0;
 
   .notes-title {
-    background: #fff;
-    color:#a3a3a3;
+    background: $white;
+    color: $grey;
     position: absolute;
     top: -19px;
     width: 65px;
     z-index: 9999;
 
-    &:span {
+    span {
       margin-left: 10px;
     }
   }
-- 
GitLab