funkwhale/front/src/style/components/_header.scss

18 wiersze
248 B
SCSS

.header.with-actions {
@include media(">tablet") {
display: flex;
justify-content: space-between;
align-items: center;
}
.actions {
font-weight: normal;
font-size: 0.6em;
}
}
.ui.header .content {
display: block;
}