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

45 lines
658 B
SCSS
Raw Normal View History

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