Skip to content
Snippets Groups Projects
Commit 0f817cb7 authored by john's avatar john
Browse files

meddle with note callout styles

parent 2fa54f59
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ class NoteComponent extends Component {
const el = $$('note')
.attr('note-content', this.props.node['note-content'])
.addClass('sc-note')
// .append('a')
return el
}
......
$gray: #eee;
$red: #591818;
.hidden {
display: none;
}
// .hidden {
// display: none;
// }
.sc-prose-editor {
counter-reset: note;
.sc-note {
color: $red;
display: inline-block; // TODO -- is this correct?
font-weight: bold;
display: inline-block;
}
.sc-note::after {
......
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