23 lines
389 B
SCSS
Executable File
23 lines
389 B
SCSS
Executable File
@import "/imports/ui/components/media/styles";
|
|
|
|
.connecting {
|
|
@extend .connectingSpinner;
|
|
background-color: transparent;
|
|
color: var(--color-white);
|
|
font-size: 2.5rem * 3;
|
|
}
|
|
|
|
.screenshareContainer{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.unhealthyStream {
|
|
filter: grayscale(50%) opacity(50%);
|
|
}
|