bigbuffet-rw/app/styles/rtl.scss

14 lines
152 B
SCSS
Raw Normal View History

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