msv-webcam-frontend/www/css/custom.css

33 lines
509 B
CSS

.current_webcam_image {
transition: transform 0.25s ease;
}
.current_webcam_image:hover {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
.titletext {
font-size: calc(10px + 0.9vw);
}
.cameratext {
font-size: calc(10px + 0.9vw);
}
.infobox {
margin: 0 !important;
padding: 0 !important;
}
.camera_offline_text {
display: inline-block;
font-size: calc(10px + 0.9vw);
font-weight: bold;
}
.camera_sleep_text {
display: inline-block;
font-size: calc(10px + 0.9vw);
font-weight: bold;
}