soapbox/app/styles/rtl.scss

14 wiersze
152 B
SCSS

2020-03-27 20:59:38 +00:00
body.rtl {
direction: rtl;
2020-09-28 04:20:15 +00:00
.status {
2020-03-27 20:59:38 +00:00
padding-left: 10px;
padding-right: 68px;
}
.table th,
.table td {
text-align: right;
}
}