The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/apps/meteor/client/views/meet/styles.css

41 lines
642 B

.Off {
color: #ffffff !important;
border-color: #2f343d !important;
background-color: #2f343d !important;
}
.On {
color: #000000 !important;
border-color: #ffffff !important;
background-color: #ffffff !important;
}
.Self_Video {
display: flex;
width: 15%;
height: 17.5%;
justify-content: center;
}
@media (max-width: 900px) and (min-height: 500px) {
.Self_Video {
width: 30%;
height: 20%;
}
}
@media (max-width: 900px) and (max-height: 500px) {
.Self_Video {
width: 30%;
height: 35%;
}
}
@media (min-width: 901px) and (max-width: 1300px) and (max-height: 500px) {
.Self_Video {
width: 20%;
height: 40%;
}
}