13 lines
148 B
SCSS

.dynamic-header {
display: flex;
&__content {
display: flex;
}
& > * {
margin-right: 5px;
}
&__title {
display: flex;
}
}