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

comment color

parent 8c437225
No related branches found
No related tags found
No related merge requests found
......@@ -4,17 +4,17 @@ $mid-gray: #b0b0b0;
$dark-gray: #868686;
// $light-green: #eafaf0;
$light-green: #e0efe0;
$green: #228b46;
$light-red: #fcc;
$red: #d0011b;
$white: #fff;
.sc-comment {
border-bottom: 2px solid $green;
border-bottom: 2px solid $red;
border-radius: 3px 3px 0 0;
}
.sc-comment-active {
background-color: $light-green;
background-color: $light-red;
}
.sc-overlay {
......@@ -46,7 +46,7 @@ $white: #fff;
.action-icon {
bottom: 2px;
color: $green;
color: $red;
font-size: 9px;
position: relative;
right: 10px;
......
......@@ -19,7 +19,7 @@ $light-blue: #e4f0ff;
background-size: 10px 1px;
background-repeat: repeat-x;
cursor: row-resize;
height: 3px;
height: 6px;
position: absolute;
top: -14px;
width: 100%;
......
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