forked from MapComplete/MapComplete
Add composable icons, add icon badges and overlays, add icon badge to drinking water and cyclofix
This commit is contained in:
parent
4f7c25766a
commit
6299c8223e
13 changed files with 518 additions and 172 deletions
15
index.css
15
index.css
|
@ -96,6 +96,21 @@ a {
|
|||
box-shadow: 0 0 10px var(--shadow-color);
|
||||
}
|
||||
|
||||
.single-layer-selection-toggle{
|
||||
position: relative;
|
||||
width: 2.5em;
|
||||
height: 2.5em;
|
||||
}
|
||||
.single-layer-selection-toggle img{
|
||||
max-height: 2.5em !important;
|
||||
max-width: 2.5em !important;
|
||||
}
|
||||
|
||||
.single-layer-selection-toggle svg{
|
||||
max-height:2.5em !important;
|
||||
max-width: 2.5em !important;
|
||||
}
|
||||
|
||||
.layer-selection-toggle {
|
||||
border-radius: 1em;
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue