/* .smart-sortable */
.smart-sortable {

    //Right To Left
    &[right-to-left] {

        .smart-sortable-items-parent,
        .smart-column-panel-label {
            direction: rtl;
        }
    }
}