highlighted icons on mapnav active item #2244

This commit is contained in:
2023-10-06 11:15:21 +02:00
parent 5e5cf061c5
commit 7fb5244d1c
3 changed files with 24 additions and 14 deletions

View File

@@ -11,12 +11,13 @@ $pad_btn: 0.5em;
span.icon{
background-repeat: no-repeat;
background-position: middle center;
background-size: contain;
background-position: center;
background-size: 85%;
display: inline-block;
vertical-align:bottom;
width: 1.5em;
height:1.5em;
border-radius: 0.75em;
&.terraindevie{
background-image: url('./icons/terraindevie.svg');
}