For docebo-native course player
I want to match articulate rise and articulate storyline courses where the ToC is on the left
update: for both ToC icons
/*player ToC on the left*/
.mdl-grid.course-player-elements__wrapper.mdl-cell--12-col{
flex-direction: row-reverse !important;
}
i.zmdi-mode-full.bg-accent.bg-circle-button.mdl-cell--hide-tablet.mdl-cell--hide-phone, i.zmdi-mode-compact.bg-accent.bg-circle-button.mdl-cell--hide-tablet.mdl-cell--hide-phone {
transform: rotate(180deg) !important;
}