22 lines
329 B
SCSS
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;
|
|
} |