1f6326f7fd
Update styles for RTL layout.
15 lines
157 B
SCSS
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;
|
|
}
|
|
}
|