+
!
+
-
!
+
@@ -26,7 +27,7 @@ export default {
selectedDeviceId: null,
};
},
- comments: {
+ components: {
Alarm,
},
async mounted() {
@@ -88,33 +89,6 @@ video {
width: 100%;
max-width: 700px;
}
-@keyframes flashing {
- 0% {
- background: red;
- }
- 50% {
- background: transparent;
- }
- 100% {
- background: red;
- }
-}
-.alarmOn {
- display: flex;
- justify-content: center;
- align-items: center;
- position: absolute;
-
- font-size: 100px;
- color: white;
- height: 200px;
-
- width: 200px;
- background: red;
- border-radius: 50%;
-
- animation: flashing 2000ms infinite ease-in-out;
-}
\ No newline at end of file