bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/audio/help/styles.scss

28 lines
372 B
SCSS
Raw Normal View History

2017-11-17 19:52:48 +08:00
@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;
}