bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/presentation/presentation-close-button/styles.scss

15 lines
157 B
SCSS
Raw Normal View History

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