Files
rpi-sensors/webapp/dist/styles.css
Daniel Ledda a0182ebd1e testing bugs
2020-11-14 01:49:47 +01:00

15 lines
224 B
CSS

.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: white;
opacity: 50%;
display: table-cell;
text-align: center;
}
.hidden {
display: none;
}