stellar-lines/src/app/components/tutorial/welcome/welcome.component.scss
Bastian Wagner cb000d29aa buy ships
2025-04-26 19:37:09 +02:00

24 lines
285 B
SCSS

:host {
display: flex;
flex-direction: column;
position: absolute;
top: 24px;
left: 24px;
right: 24px;
bottom: 24px;
}
.ui-body{
overflow-y: auto;
}
.ui-panel {
height: 100%;
overflow: hidden;
display: flex;
flex-direction: column;
}
p {
font-size: 13px;
}