Add composable icons, add icon badges and overlays, add icon badge to drinking water and cyclofix

This commit is contained in:
Pieter Vander Vennet 2020-11-27 03:05:29 +01:00
parent 4f7c25766a
commit 6299c8223e
13 changed files with 518 additions and 172 deletions

View file

@ -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;