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

notes position fix

parent a659ed74
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
......
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