Sercan Yemen e5ce8a0e5f koyduk
2017-08-02 11:53:31 +03:00

21 lines
343 B
SCSS

:host {
display: flex;
flex-direction: column;
height: 100%;
.views {
display: flex;
flex-direction: column;
height: 100%;
.view {
position: absolute;
height: 100%;
bottom: 0;
left: 0;
right: 0;
top: 0;
}
}
}