5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-05 20:05:45 +00:00
panel/app/assets/stylesheets/new_editor.scss

23 lines
288 B
SCSS
Raw Permalink Normal View History

.new-editor {
.editor {
.menubar {
2022-10-24 18:16:18 +00:00
z-index: 1;
label.btn {
margin-bottom: 0.3rem !important;
}
.btn-group {
.btn {
margin-right: 0;
}
}
}
2022-12-29 18:55:36 +00:00
.ProseMirror,
& > ol li {
2022-12-29 19:39:34 +00:00
margin-bottom: 1rem;
2022-12-29 18:55:36 +00:00
}
}
}