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

more comments corrections

parent 64b2b378
No related branches found
No related tags found
No related merge requests found
...@@ -8,23 +8,16 @@ $light-red: #fcc; ...@@ -8,23 +8,16 @@ $light-red: #fcc;
$red: #d0011b; $red: #d0011b;
$white: #fff; $white: #fff;
.sc-comments-pane { .sc-comment {
display: flex; border-bottom: 2px solid $red;
flex-direction: column; border-radius: 3px 3px 0 0;
flex-wrap: wrap; }
margin-left: 4%;
.sc-comment {
border-bottom: 2px solid $red;
border-radius: 3px 3px 0 0;
}
.sc-comment-active { .sc-comment-active {
background-color: $light-red; background-color: $light-red;
}
} }
.sc-overlay { .sc-overlay {
.se-active-tools { .se-active-tools {
.sc-overlay-bubble { .sc-overlay-bubble {
......
...@@ -7,7 +7,11 @@ $green: #228b46; ...@@ -7,7 +7,11 @@ $green: #228b46;
$teal: #3e644b; $teal: #3e644b;
$white: #fff; $white: #fff;
.sc-prose-editor .se-content .sc-comment-pane-list { .sc-comment-pane-list {
display: flex;
flex-direction: column;
flex-wrap: wrap;
margin-left: 4%;
margin-top: 0; margin-top: 0;
width: 100%; width: 100%;
...@@ -146,20 +150,4 @@ $white: #fff; ...@@ -146,20 +150,4 @@ $white: #fff;
} }
} }
} }
.commnets-bubble {
bottom: 0;
color: $white;
font-size: 19px;
left: 208px;
position: absolute;
top: -21.4px;
}
// .animation {
// // -webkit-transition: all .2s ease-in-out;
// // -moz-transition: all .2s ease-in-out;
// transition: all .5s ease-in-out;
// // -o-transition: all .2s ease-in-out;
// }
} }
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