base_ui/assets/common/scss/components/_sub-header.scss
2025-02-01 13:04:55 +03:30

13 lines
197 B
SCSS

.sub-header {
display: flex;
justify-content: space-between;
align-items: center;
//margin-bottom: 1em;
.btn {
//height: 32px;
//line-height: 1;
//border-radius: 16px;
}
}