basic filter support
This commit is contained in:
parent
aeae866998
commit
09bdb7d61a
8 changed files with 246 additions and 38 deletions
28
scss/_filters.scss
Normal file
28
scss/_filters.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,6 +3,7 @@
|
|||
@import '_base';
|
||||
@import '_leaflet';
|
||||
@import '_leaflet.label';
|
||||
@import '_filters';
|
||||
|
||||
$minscreenwidth: 630pt;
|
||||
$sidebarwidth: 420pt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue