bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/audio/help/styles.scss
2019-10-22 19:32:04 +00:00

45 lines
651 B
SCSS

@import "/imports/ui/stylesheets/variables/_all";
:root {
--help-err-height: 10rem;
}
.help {
display: flex;
flex-flow: column;
height: var(--help-err-height);
}
.text {
text-align: center;
margin-top: auto;
margin-bottom: auto;
}
.backBtn {
margin-right: 0.5rem;
margin-left: inherit;
border: none;
[dir="rtl"] & {
margin-right: inherit;
margin-left: 0.5rem;
}
@include mq($small-only) {
margin-right: none;
margin-left: inherit;
[dir="rtl"] & {
margin-right: inherit;
margin-left: auto;
}
}
}
.enterAudio {
margin-top: 1.5rem;
display: flex;
justify-content: flex-end;
}