first commit
This commit is contained in:
commit
62506c830a
1207 changed files with 40706 additions and 0 deletions
13
src/app/map-view/map-view.component.scss
Normal file
13
src/app/map-view/map-view.component.scss
Normal file
|
@ -0,0 +1,13 @@
|
|||
:host {
|
||||
display: flex;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
:host > div {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
app-map-info {
|
||||
height: 0%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue