bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/video-provider/many-users-notify/styles.scss

24 lines
335 B
SCSS
Raw Normal View History

2019-08-19 21:35:31 +08:00
@import '/imports/ui/components/breakout-room/styles';
@import "/imports/ui/stylesheets/variables/_all";
.buttonWrapper,
.button,
.joinButton {
background-color: inherit;
&:focus,&:hover {
background-color: inherit;
}
}
.buttonWrapper {
@extend .breakoutActions;
}
.button {
@extend .button;
}
2019-08-19 22:41:31 +08:00
.info {
margin: 0;
}