5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-08 23:55:46 +00:00
panel/app/assets/stylesheets/new_editor.scss

23 lines
282 B
SCSS
Raw 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 {
@extend .mb-3;
}
}
}