mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
15 lines
185 B
SCSS
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;
|
|
}
|