14 lines
275 B
SCSS
Raw Normal View History

2025-03-07 00:29:07 -06:00
// * RTL
// *******************************************************************************
@include rtl-only {
#sortable-cards {
flex-direction: row-reverse;
}
#image-list-1,
#image-list-2 {
flex-direction: row-reverse;
justify-content: flex-end;
}
}