bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/screenshare/styles.scss
2019-07-23 16:56:39 -03:00

17 lines
384 B
SCSS
Executable File

@import "/imports/ui/stylesheets/variables/_all";
@import "/imports/ui/components/video-provider/video-list/styles";
.connecting {
@extend .connecting;
z-index: -1;
background-color: transparent;
color: var(--color-white);
font-size: 2.5rem * 5;
}
.screenshareContainer{
position: relative;
width: 100%;
height: 100%;
background-color: var(--color-gray-darkest);
}