notebook/app/assets/stylesheets/editor.css.scss
2018-11-15 13:10:05 -06:00

15 lines
185 B
SCSS

#editor {
min-height: 400px;
border: 1px solid #dedede;
padding: 5px 0;
p {
margin-top: 0;
}
}
/* Materialize hacks */
b, strong {
font-weight: bolder !important;
}