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/packages/rocketchat-ui-vrecord/client/vrecord.less

59 lines
840 B

.vrec-dialog {
opacity: 0;
visibility: hidden;
position: absolute;
border-radius: 5px;
box-shadow:
0 1px 1px 0 rgba(0, 0, 0, 0.2),
0 2px 10px 0 rgba(0, 0, 0, 0.16);
&.show {
opacity: 1;
display: block;
visibility: visible;
}
.buttons {
.disabled {
background-color: desaturate(#02acec, 80%);
}
> ul {
display: table;
width: 100%;
> li {
display: table-cell;
margin: 0 2px;
padding: 6px 0;
border-bottom-width: 2px;
&.right-aligned {
text-align: right;
}
&.left-aligned {
text-align: left;
}
}
}
}
.video-container {
padding: 5px;
transform: scaleX(-1);
filter: FlipH;
-ms-filter: "FlipH";
}
}
.vrec-dialog button.hide {
opacity: 0;
visibility: hidden;
}
.vrec-dialog button.show {
opacity: 1;
display: block;
visibility: visible;
}