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

15 lines
157 B
SCSS

.button {
z-index: 1;
position: absolute;
top: 0;
right: 0;
left: auto;
cursor: pointer;
[dir="rtl"] & {
right: auto;
left :0;
}
}