Skip to content
Snippets Groups Projects
Commit b83c8c88 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Added the button to reach search settings

parent 58b8520c
No related branches found
No related tags found
2 merge requests!1419Development,!1417Resolve "Integrate some search settings"
...@@ -508,7 +508,7 @@ a { ...@@ -508,7 +508,7 @@ a {
transform: scaleY(0); transform: scaleY(0);
transition: transform .5s, max-height .5s; transition: transform .5s, max-height .5s;
} }
input[type=checkbox]:checked + div.scrollbox { input[type=checkbox]:checked + div.scrollbox, input[type=checkbox]:checked + div.scrollbox + div#settings {
max-height:200px; max-height:200px;
transform: scaleY(1); transform: scaleY(1);
} }
...@@ -566,6 +566,21 @@ a { ...@@ -566,6 +566,21 @@ a {
} }
} }
} }
#settings {
max-height: 0;
transform-origin: top;
transform: scaleY(0);
transition: transform .5s, max-height .5s;
margin-top: 4px;
text-align: center;
>a {
color: #777;
&:hover {
color: red;
}
}
}
} }
#spendenaufruf { #spendenaufruf {
......
...@@ -38,5 +38,8 @@ ...@@ -38,5 +38,8 @@
</div> </div>
<div class="scrollfade-right"></div> <div class="scrollfade-right"></div>
</div> </div>
<div id="settings">
<a href="#">Sucheinstellungen</a>
</div>
</div> </div>
@endif @endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment