Skip to content
Snippets Groups Projects
Commit e4cad208 authored by Alexandros Georgantas's avatar Alexandros Georgantas Committed by john
Browse files

Styling note tooltip

parent a4438679
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ $fa-font-path: '~font-awesome/fonts'; ...@@ -5,7 +5,7 @@ $fa-font-path: '~font-awesome/fonts';
@import '~substance/substance.css'; @import '~substance/substance.css';
@import './elements/elements'; @import './elements/elements';
@import './panes/panes'; @import './panes/panes';
@import './MiniEditor/MiniEditor'; @import './miniEditor/miniEditor';
// grays // grays
......
.sc-prose-editor .sc-mini-editor { .sc-prose-editor .sc-mini-editor {
border: 1px solid #591818;
height: 160px;
width: 360px;
.se-toolbar-wrapper {
.sc-toolbar {
border: 0;
background-color: #EEE;
.sc-tool-group.sm-layout-horizontal > * {
margin: 0;
}
}
}
.se-scrollable { .se-scrollable {
height: 150px; height: 120px;
width: 360px; .se-content {
margin: 0;
background: #EEE;
line-height: 20px;
min-height: 110px;
color: #591818;
.sc-container-editor {
padding: 0;
}
}
} }
} }
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