Merge branch 'SPR-950' of gitlab.cosmocode.de:deutschlaender/sprintdoc-template into spis-master - check
This commit is contained in:
parent
43fed43e03
commit
b1e08fa684
4 changed files with 29 additions and 19 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue