Files
MOBIS_PUBLIC/src/app/mobisplugins/ispex/preview/preview.page.scss
Norbert Schmidt 3b3353fff1 Initial commit
2023-01-02 09:30:17 +01:00

66 lines
793 B
SCSS

#close {
position: absolute;
bottom: 30px;
left: calc(50% - 160px);
width: 50px;
height: 50px;
z-index: 99999;
}
#rgb {
position: absolute;
bottom: 30px;
left: calc(50% - 140px);
width: 50px;
height: 50px;
z-index: 99999;
}
#grey {
position: absolute;
bottom: 30px;
left: calc(50% - 80px);
width: 50px;
height: 50px;
z-index: 99999;
}
#sky {
position: absolute;
bottom: 30px;
left: calc(50% - 20px);
width: 50px;
height: 50px;
z-index: 99999;
}
#water{
position: absolute;
bottom: 30px;
left: calc(50% + 40px);
width: 50px;
height: 50px;
z-index: 99999;
}
#free {
position: absolute;
bottom: 30px;
left: calc(50% + 100px);
width: 50px;
height: 50px;
z-index: 99999;
}
ion-content { --background: black;}