4 lines
73 B
SCSS
4 lines
73 B
SCSS
|
.rtl{
|
||
|
font-family: Arial, Helvetica, sans-serif;
|
||
|
text-align: right;
|
||
|
}
|