bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/audio/help/styles.scss
2017-11-17 09:52:48 -02:00

28 lines
372 B
SCSS

@import "/imports/ui/stylesheets/variables/_all";
.help {
display: flex;
flex-flow: column;
}
.text {
text-align: center;
margin-top: auto;
margin-bottom: auto;
}
.backBtn {
margin-right: 0.5rem;
border: none;
@include mq($small-only) {
margin-right: auto;
}
}
.enterAudio {
margin-top: 1.5rem;
display: flex;
justify-content: flex-end;
}