hedgedoc/src/components/editor/editor-pane/tool-bar/tool-bar.scss
2020-09-13 18:04:02 +02:00

17 lines
312 B
SCSS

.btn-toolbar {
border-bottom: 1px solid #ededed;
border-top: 1px solid #ededed;
.btn {
padding: 0.1875rem 0.5rem;
min-width: 30px;
}
.btn-group:not(:last-of-type)::after {
background-color: #e2e6ea;
width: 2px;
padding: 0.25rem 0;
content: ' ';
margin-left: 0.5rem;
}
}