bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/video-provider/many-users-notify/styles.scss
2019-06-12 15:03:23 -03:00

22 lines
329 B
SCSS

@import '/imports/ui/components/breakout-room/styles';
@import "/imports/ui/stylesheets/variables/_all";
p {
margin: 0;
}
.buttonWrapper,
.button,
.joinButton {
background-color: inherit;
&:focus,&:hover {
background-color: inherit;
}
}
.buttonWrapper {
@extend .breakoutActions;
}
.button {
@extend .button;
}