forked from MapComplete/MapComplete
added filter ui
This commit is contained in:
parent
4abe74fbf1
commit
0f2a2c651a
4 changed files with 55 additions and 7 deletions
24
index.css
24
index.css
|
@ -254,6 +254,30 @@ form {
|
|||
pointer-events: all;
|
||||
}
|
||||
|
||||
#filterui {
|
||||
padding: 2em;
|
||||
padding-top: 1em;
|
||||
padding-bottom: 1em;
|
||||
z-index: 5000;
|
||||
background-color: white;
|
||||
border-radius: 2em;
|
||||
pointer-events: all;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
#filterui li span {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.checkbox__label--checked {
|
||||
margin-left: .7rem;
|
||||
}
|
||||
|
||||
.checkbox__label--unchecked {
|
||||
margin-left: 2.45rem;
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
#messagesbox-wrapper {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue