mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-03 00:19:57 -04:00
17 lines
312 B
SCSS
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;
|
|
}
|
|
}
|