Working mqtt setup

This commit is contained in:
uwap 2017-11-12 15:52:24 +01:00
parent bcb35877c1
commit a33474d893
9 changed files with 134 additions and 53 deletions

View file

@ -20,3 +20,8 @@ body .leaflet-div-icon {
width: auto;
height: auto;
}
.mdi:before {
background-clip: text;
-webkit-background-clip: text;
background: var(--before-background, transparent);
}