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

11 lines
253 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: $color-white;
2018-05-08 20:10:09 +08:00
font-size: 2.5rem * 5;
}