From a588b0a4ae3bcc3c40e42dcbf1aacb56b73500bf Mon Sep 17 00:00:00 2001 From: Alexandros Georgantas <alexgeorg86@gmail.com> Date: Fri, 24 Feb 2017 16:35:44 +0200 Subject: [PATCH] Lists(ordered, unordered) and custom Lists(QA, Unstyled) implemented --- app/components/SimpleEditor/SimpleEditor.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/components/SimpleEditor/SimpleEditor.scss b/app/components/SimpleEditor/SimpleEditor.scss index da9ed11..6a628c0 100644 --- a/app/components/SimpleEditor/SimpleEditor.scss +++ b/app/components/SimpleEditor/SimpleEditor.scss @@ -85,6 +85,7 @@ $active-blue: #4a90e2; height: 100%; padding: 0; position: relative; + .sc-switch-text-type { margin-left: 1px; width: 150px; @@ -94,6 +95,7 @@ $active-blue: #4a90e2; position: relative; top: 5px; } + .se-toggle { background: transparent; border: 0; -- GitLab