#17: make header layout configurable
This commit is contained in:
parent
e9519300fa
commit
72166b7941
9 changed files with 171 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue