mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +00:00
6 lines
83 B
SCSS
6 lines
83 B
SCSS
|
:host {
|
||
|
display: flex;
|
||
|
flex: 1 1 auto;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|