template basis structure

This commit is contained in:
Jana Deutschländer 2016-12-19 17:15:27 +01:00
commit 42f8e89c3c
10 changed files with 135 additions and 11 deletions

View file

@ -0,0 +1,18 @@
/**
* This file provides the design styles for the quick search.
*
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
*/
.search.main-sidebar{
form{
white-space: nowrap;
.no{
padding-right: 1.5rem;
#qsearch__in{
width: 100%;
border: 1px solid green;
}
}
}
}