Merge branch 'SPR-950' of gitlab.cosmocode.de:deutschlaender/sprintdoc-template into spis-master - check

This commit is contained in:
Silke Pisulla 2017-05-02 12:09:47 +02:00
commit b1e08fa684
4 changed files with 29 additions and 19 deletions

View file

@ -184,14 +184,12 @@
@media @screen_min-md {
.wide-content {
.search.main-sidebar {
display: block;
p.toggleSearch {
position: relative;
z-index: 1;
display: block;
float: left;
width: auto;
width: 100%;
}
form {
@ -217,9 +215,22 @@
@media @screen_max-md {
.show-mobile-sidebar {
// show when toggled
body.show-mobile-sidebar {
p.toggleSearch {
display: none !important;
}
.search.main-sidebar {
display: block;
display: block !important;
position: relative;
z-index: 1;
margin-left: -1px;
margin-right: -1px;
form {
margin-bottom: 1rem;
}
}
}
}