File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 210
210
.dropdown-user-menu {
211
211
position : absolute ;
212
212
top : 100% ;
213
- right : 0 ;
214
213
width : auto ;
215
214
min-width : calcRem (180 );
216
215
max-width : 80% ;
217
216
217
+ // Targeting RTL language using dir attribute
218
+ [dir = " rtl" ] & {
219
+ right : auto ;
220
+ left : 0 ;
221
+ }
222
+
218
223
.dropdown-item {
219
224
white-space : unset ;
220
225
}
221
226
222
227
.dropdown-nav-item {
223
-
224
228
a {
225
229
padding : calcRem (20 );
226
230
color : $base-text-color ;
364
368
}
365
369
}
366
370
}
367
- }
371
+ }
372
+
Original file line number Diff line number Diff line change 46
46
< p >
47
47
Powered by:
48
48
</ p >
49
- < a href ="https://www. appsembler.com " target ="_blank " id ="footer-appsembler-logo ">
49
+ < a href ="https://appsembler.com/ " target ="_blank " id ="footer-appsembler-logo ">
50
50
< img src ="${static.url('images/appsembler-logo-positive.svg')} " alt ="" />
51
51
</ a >
52
52
< a href ="http://open.edx.org " target ="_blank " id ="footer-openedx-logo ">
You can’t perform that action at this time.
0 commit comments