bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/video-provider/many-users-notify/styles.scss
2019-08-19 14:41:31 +00:00

24 lines
335 B
SCSS

@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;
}
.info {
margin: 0;
}