Use material-design-icons instead of material-icons
This commit is contained in:
parent
465dfa5483
commit
2f342b72bc
16 changed files with 970 additions and 140 deletions
25
css/styles.css
Normal file
25
css/styles.css
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
#content {
|
||||
height: 100%;
|
||||
height: 100vh;
|
||||
}
|
||||
.leaflet-container {
|
||||
height: calc(100vh - 64px);
|
||||
max-height: 100%;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
#drawer_uiComponents {
|
||||
margin: 10px;
|
||||
}
|
||||
body .leaflet-div-icon {
|
||||
border: 0;
|
||||
background: transparent;
|
||||
}
|
||||
.leaflet-marker-icon .mdi {
|
||||
line-height: 1;
|
||||
}
|
||||
#drawer_uiComponents .mdi {
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue