bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/audio/help/styles.scss
Ghazi Triki 1f6326f7fd Change layout direction for RTL languages.
Update styles for RTL layout.
2019-05-14 14:17:19 +01:00

40 lines
578 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;
margin-left: inherit;
border: none;
[dir="rtl"] & {
margin-right: inherit;
margin-left: 0.5rem;
}
@include mq($small-only) {
margin-right: auto;
margin-left: inherit;
[dir="rtl"] & {
margin-right: inherit;
margin-left: auto;
}
}
}
.enterAudio {
margin-top: 1.5rem;
display: flex;
justify-content: flex-end;
}