Files
map-alliance/src/app/views/home/home.component.scss
ztimson b0d74321c8
Some checks failed
Build Functions / Build NPM Project (push) Successful in 18s
Build Website / Build NPM Project (push) Failing after 24s
Build Website / Tag Version (push) Has been skipped
Build Website / Build & Push Dockerfile (push) Has been skipped
Updated angular version to latest
2023-12-11 21:32:05 -05:00

16 lines
208 B
SCSS

.controls {
position: absolute;
top: 50%;
left: 50%;
width: 200px;
z-index: 5000;
transform: translate(-50%, -50%);
}
.credits {
position: absolute;
bottom: 0;
right: 0;
z-index: 5000;
}