basic filter support

This commit is contained in:
Nils Schneider 2015-07-08 00:36:57 +02:00
commit 09bdb7d61a
8 changed files with 246 additions and 38 deletions

28
scss/_filters.scss Normal file
View file

@ -0,0 +1,28 @@
.filters {
margin: 0;
padding: 0 !important;
li {
display: flex;
padding: 6pt 0 6pt 12pt;
align-items: center;
& > div {
flex-grow: 1;
}
@include shadow(1);
}
button {
box-shadow: none;
margin: 0;
padding: 0;
background: none;
font-size: 1.41em;
&:hover {
box-shadow: none !important;
}
}
}

View file

@ -3,6 +3,7 @@
@import '_base';
@import '_leaflet';
@import '_leaflet.label';
@import '_filters';
$minscreenwidth: 630pt;
$sidebarwidth: 420pt;