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

17 lines
202 B
SCSS
Raw Normal View History

.new-editor {
.editor {
.menubar {
label.btn {
margin-bottom: 0.3rem !important;
}
.btn-group {
.btn {
margin-right: 0;
}
}
}
}
}