frontend/smart-hut/src/components/dashboard/devices/VideoModalStyle.css..js

33 lines
487 B
JavaScript
Raw Normal View History

.ReactModalPortal > div {
opacity: 0;
}
.ReactModalPortal .ReactModal__Overlay {
align-items: center;
display: flex;
justify-content: center;
transition: opacity 200ms ease-in-out;
}
.ReactModalPortal .ReactModal__Overlay--after-open {
opacity: 1;
}
.ReactModalPortal .ReactModal__Overlay--before-close {
opacity: 0;
}
.modal {
color: white;
max-width: 30rem;
outline: none;
text-align: center;
}
.modal__body {
margin: 0 0 0 0;
}