fix(leaflet): remove underline from zoom buttons

This commit is contained in:
Sergey Andrievskiy 2021-06-27 20:01:45 +03:00
parent 38286974d4
commit 8556a5818d

View file

@ -14,4 +14,8 @@
width: 100%;
height: nb-theme(card-height-large);
}
::ng-deep .leaflet-control-zoom a {
text-decoration: none;
}
}