From 56a745a2b4306e0bf3dd1299664bd644f4c82af6 Mon Sep 17 00:00:00 2001 From: chris <kokosias@yahoo.gr> Date: Mon, 24 Apr 2017 11:39:07 +0300 Subject: [PATCH] toolbar --- app/components/SimpleEditor/SimpleEditor.scss | 20 ++++++++----------- 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/app/components/SimpleEditor/SimpleEditor.scss b/app/components/SimpleEditor/SimpleEditor.scss index 15e7f88..a2feca5 100644 --- a/app/components/SimpleEditor/SimpleEditor.scss +++ b/app/components/SimpleEditor/SimpleEditor.scss @@ -51,12 +51,13 @@ $active-blue: #4a90e2; max-width: 950px; } - .se-toolbar-wrapper .sc-toolbar { - background-color: $primary; - border: 1px solid $border; + .se-toolbar-wrapper { + border-bottom: 0; + + .sc-toolbar { + background-color: $white; border-right: 0; - float: left; - max-width: 1920px; + max-width: 1200px; padding-left: 0; vertical-align: middle; width: 100%; @@ -163,10 +164,6 @@ $active-blue: #4a90e2; } } - .sm-target-document { - border-left: 1px solid $border; - } - .sm-target-track-change-enable { padding: 0 9px; } @@ -175,8 +172,7 @@ $active-blue: #4a90e2; .sm-target-annotations, .sm-target-insert, .sm-target-default { - border-right: 1px solid $border; - padding: 0px 9px; + padding: 0 9px; .sc-button { background: transparent; @@ -214,6 +210,7 @@ $active-blue: #4a90e2; } } // End sc-toolbar +} .se-scrollable { background-color: $white; @@ -263,7 +260,6 @@ $active-blue: #4a90e2; div.se-content { background-color: $white; - // box-shadow: 0 0 8px $dark-gray; color: $transparent-black; font-family: 'Fira Sans'; line-height: 38px; -- GitLab