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

18 lines
220 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;
}
}
}
}
}