stellar-lines/src/app/components/dialog/ship-dialog/ship-dialog.component.scss
Bastian Wagner 758c358eea docking
2025-04-26 13:59:43 +02:00

18 lines
298 B
SCSS

:host {
position: absolute;
display: flex;
flex-direction: column;
position: absolute;
top: 24px;
left: 24px;
// width: 240px;
// height: 240px;
// background-color: var(--background-color);
// color: var(--primary-color);
z-index: 1;
}
img {
width: 92px;
height: 92px;
}