terrarium-web/public/assets/css/app.css

62 lines
831 B
CSS
Raw Normal View History

2020-03-10 09:36:21 +01:00
.chart-container {
width: 100%;
height: 30vh;
}
2020-03-10 10:42:04 +01:00
.camera-wrapper {
2020-03-22 19:31:20 +01:00
padding-top: 10px;
2020-03-10 10:42:04 +01:00
text-align: center;
}
.camera {
cursor: pointer;
}
2020-03-10 12:02:21 +01:00
.table.is-full {
width: 100%;
}
2020-03-21 18:39:12 +01:00
.snapshot-link {
display: inline-block;
width: 33%;
padding: 10px;
margin-bottom: 10px;
}
.snapshot-link img {
width: 100%;
}
2020-03-22 20:10:01 +01:00
.modal-movie .modal-content {
width: 95%;
2020-03-22 20:47:45 +01:00
max-width: 1024px;
2020-03-22 20:34:33 +01:00
background: #242627;
2020-03-22 20:35:50 +01:00
padding: 5px;
2020-03-22 20:34:33 +01:00
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
}
2020-03-22 20:36:45 +01:00
.modal-movie video {
border: 2px solid #333;
}
2020-03-22 20:34:33 +01:00
.button-download {
margin: 5px;
2020-03-22 20:10:01 +01:00
}
.movie {
width: 100%;
}
2020-03-21 18:39:12 +01:00
@media screen and (max-width: 1024px) {
.snapshot-link {
width: 49%;
}
}
@media screen and (max-width: 600px) {
.snapshot-link {
width: 100%;
}
}