13 lines
121 B
SCSS
13 lines
121 B
SCSS
|
:host {
|
||
|
display: flex;
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
:host > div {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
app-map-info {
|
||
|
height: 0%;
|
||
|
}
|