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

remove unused variables + ovw commwnts pane css

parent 8f62f111
No related branches found
No related tags found
No related merge requests found
......@@ -8,18 +8,16 @@ $fa-font-path: '~font-awesome/fonts';
@import './notesEditor/notesEditor';
// grays
$border: #ccc;
$dark-gray: #999;
$light-gray: #ddd;
$primary: #eee;
$ultra-light-gray: #fafafa;
$black: #000;
$shadow: rgba(0, 0, 0, .05);
$teal: #46b9ba;
$toolbar-active-bg: rgba(204, 204, 204, .75);
$transparent-black: rgba(0, 0, 0, .75);
$white: #fff;
// track changes
$inactive-grey: #404040;
$active-blue: #4990e2;
......@@ -199,7 +197,6 @@ $scrollbar-track: rgba(0, 0, 0, .3);
.sidenav {
background-color: #e8e8e8;
// box-shadow: 0 0 12px $dark-gray;
box-shadow: 2px 0px 1px -1px #ccc;
height: 50%;
left: 2%;
......@@ -295,11 +292,4 @@ $scrollbar-track: rgba(0, 0, 0, .3);
border-left: 1px solid $light-gray;
box-shadow: inset 0 0 10px $shadow;
}
.sc-comments-pane {
display: flex;
flex-direction: column;
flex-wrap: wrap;
margin-left: 4%;
}
}
......@@ -8,13 +8,21 @@ $light-red: #fcc;
$red: #d0011b;
$white: #fff;
.sc-comment {
border-bottom: 2px solid $red;
border-radius: 3px 3px 0 0;
}
.sc-comments-pane {
display: flex;
flex-direction: column;
flex-wrap: wrap;
margin-left: 4%;
.sc-comment {
border-bottom: 2px solid $red;
border-radius: 3px 3px 0 0;
}
.sc-comment-active {
background-color: $light-red;
.sc-comment-active {
background-color: $light-red;
}
}
.sc-overlay {
......@@ -52,4 +60,4 @@ $white: #fff;
right: 10px;
}
}
}
}
......@@ -9,12 +9,10 @@ $white: #fff;
.sc-prose-editor .se-content .sc-comment-pane-list {
margin-top: 0;
padding-left: 5%;
width: 100%;
li {
background-color: $white;
border: 1px solid $dark-gray;
border-bottom: 0;
border-radius: 3px;
cursor: pointer;
......
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