Skip to content
Snippets Groups Projects
Commit 3d206132 authored by chris's avatar chris Committed by john
Browse files

notes toolbar

parent 56a745a2
No related branches found
No related tags found
No related merge requests found
...@@ -6,16 +6,18 @@ $background: #fff; ...@@ -6,16 +6,18 @@ $background: #fff;
margin-top: 6px; margin-top: 6px;
.se-toolbar-wrapper { .se-toolbar-wrapper {
.sc-toolbar { .sc-toolbar {
background-color: $background; background-color: $background;
border: 0; border: 0;
float: left;
} }
} }
.se-scrollable { .se-scrollable {
background: $background;
margin-top: 0; margin-top: 0;
min-height: 95px; min-height: 95px;
background: $background;
.se-content { .se-content {
background: $background; background: $background;
...@@ -31,8 +33,8 @@ $background: #fff; ...@@ -31,8 +33,8 @@ $background: #fff;
border-left: 1px dashed $red; border-left: 1px dashed $red;
margin-left: 8%; margin-left: 8%;
li { li {
max-width: 109%; max-width: 60%;
min-width: 109%; min-width: 60%;
} }
} }
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment