2018-04-30 19:55:54 +08:00
|
|
|
@import "/imports/ui/stylesheets/variables/_all";
|
2020-07-04 01:03:17 +08:00
|
|
|
@import "/imports/ui/components/media/styles";
|
2018-04-30 19:55:54 +08:00
|
|
|
|
|
|
|
.connecting {
|
2020-07-04 01:03:17 +08:00
|
|
|
@extend .connectingSpinner;
|
2018-04-30 19:55:54 +08:00
|
|
|
z-index: -1;
|
|
|
|
background-color: transparent;
|
2018-10-19 04:37:14 +08:00
|
|
|
color: var(--color-white);
|
2018-05-08 20:10:09 +08:00
|
|
|
font-size: 2.5rem * 5;
|
2018-04-30 19:55:54 +08:00
|
|
|
}
|
2019-07-24 03:56:39 +08:00
|
|
|
|
|
|
|
.screenshareContainer{
|
2019-08-28 03:36:21 +08:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
|
2019-07-24 03:56:39 +08:00
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2020-07-04 01:03:17 +08:00
|
|
|
}
|