23 lines
285 B
SCSS
23 lines
285 B
SCSS
@import '/imports/ui/components/breakout-room/styles';
|
|
|
|
.buttonWrapper,
|
|
.button,
|
|
.joinButton {
|
|
background-color: inherit;
|
|
&:focus,&:hover {
|
|
background-color: inherit;
|
|
}
|
|
}
|
|
|
|
.buttonWrapper {
|
|
@extend .breakoutActions;
|
|
}
|
|
|
|
.button {
|
|
@extend .button;
|
|
}
|
|
|
|
.info {
|
|
margin: 0;
|
|
}
|