terrarium-web/public/assets/css/app.css
2020-04-29 20:14:23 +02:00

31 lines
344 B
CSS

.chart-container {
width: 100%;
height: 30vh;
}
.camera-wrapper {
padding-top: 10px;
text-align: center;
}
.camera {
cursor: pointer;
}
.snapshot-link img {
width: 100%;
}
.modal-movie {
width: 100%;
}
.modal-movie video {
border: 2px solid #333;
}
.modal-header {
border-bottom: 0;
color: #fff;
}