soapbox/app/styles/rtl.scss

14 wiersze
152 B
SCSS

body.rtl {
direction: rtl;
.status {
padding-left: 10px;
padding-right: 68px;
}
.table th,
.table td {
text-align: right;
}
}