diff --git a/app/components/SimpleEditor/SimpleEditor.scss b/app/components/SimpleEditor/SimpleEditor.scss index 15e7f8800a35d87e296fe0615c5d578fbcb69b6c..a2feca5d263a21a39cb0c1c7780c72deea413f83 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;