base_ui/assets/common/scss/components/_sub-header.scss

13 lines
197 B
SCSS
Raw Normal View History

2025-02-01 09:34:55 +00:00
.sub-header {
display: flex;
justify-content: space-between;
align-items: center;
//margin-bottom: 1em;
.btn {
//height: 32px;
//line-height: 1;
//border-radius: 16px;
}
}