Icons
This commit is contained in:
parent
bfb4856352
commit
e48676da95
3 changed files with 22 additions and 7 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.2.0/dist/leaflet.css" integrity="sha512-M2wvCLH6DSRazYeZRIm1JnYyh22purTM+FDB5CsyxtQJYeKq83arPe5wgbNmcFXGqiSH2XR8dT/fJISVA1r/zQ==" crossorigin=""/>
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
<meta charset="utf-8" />
|
||||
<style>
|
||||
#content {
|
||||
|
|
@ -17,6 +18,12 @@
|
|||
#drawer_uiComponents {
|
||||
margin: 10px;
|
||||
}
|
||||
body .leaflet-div-icon {
|
||||
border: 0;
|
||||
}
|
||||
body .material-icons {
|
||||
font-size: 32px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue