#17: make header layout configurable

This commit is contained in:
Jana Deutschländer 2019-03-11 16:08:20 +01:00 committed by Andreas Gohr
commit 72166b7941
9 changed files with 171 additions and 3 deletions

View file

@ -166,6 +166,16 @@
}
}
/* + + + + + layout option compact + + + + + */
.header-compact {
.header {
.row > .col-xs-12 {
height: auto;
min-height: fit-content;
}
}
}
.tools {
.row > .col-xs-12 {
position: absolute;