mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-14 12:16:52 +00:00
13 lines
148 B
SCSS
13 lines
148 B
SCSS
.dynamic-header {
|
|
display: flex;
|
|
&__content {
|
|
display: flex;
|
|
}
|
|
& > * {
|
|
margin-right: 5px;
|
|
}
|
|
&__title {
|
|
display: flex;
|
|
}
|
|
}
|