mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix(leaflet): remove underline from zoom buttons
This commit is contained in:
parent
38286974d4
commit
8556a5818d
1 changed files with 4 additions and 0 deletions
|
|
@ -14,4 +14,8 @@
|
|||
width: 100%;
|
||||
height: nb-theme(card-height-large);
|
||||
}
|
||||
|
||||
::ng-deep .leaflet-control-zoom a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue