7 lines
112 B
SCSS
7 lines
112 B
SCSS
|
|
body.rtl {
|
||
|
|
|
||
|
|
#ct-dashboard .ct-first-steps-container .ct-first-steps .ct-button:after {
|
||
|
|
content: '←';
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|