bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/screenshare/styles.scss

20 lines
405 B
SCSS
Raw Normal View History

@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);
2018-05-08 20:10:09 +08:00
font-size: 2.5rem * 5;
}
.screenshareContainer{
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
height: 100%;
}