We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08fd90 commit 8117e81Copy full SHA for 8117e81
scss/_sidebar.scss
@@ -20,11 +20,21 @@
20
bottom: 0;
21
z-index: $zindex-fixed + 1;
22
23
- &:not(.c-sidebar-right){
24
- left: 0;
+ @include ltr {
+ &:not(.c-sidebar-right){
25
+ left: 0;
26
+ }
27
+ &.c-sidebar-right {
28
+ right: 0;
29
30
}
- &.c-sidebar-right {
- right: 0;
31
+ @include rtl {
32
33
34
35
36
37
38
39
40
0 commit comments