overleaf/services/web/frontend/stylesheets/bootstrap-5/pages/editor/toolbar.scss

9 lines
159 B
SCSS
Raw Normal View History

$toolbar-height: 40px;
.toolbar {
display: flex;
align-items: center;
height: $toolbar-height;
border-bottom: 1px solid var(--border-divider-dark);
}