Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
fix-rtl-arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
johngruen committed Oct 23, 2017
1 parent bac19ad commit ef0508c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions static/css/onboarding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,14 @@ body {
}
}

[dir='rtl'] #next {
transform: rotate(0deg);
}

[dir='rtl'] #prev {
transform: rotate(180deg);
}

#skip {
background: none;
border: 0;
Expand Down

0 comments on commit ef0508c

Please sign in to comment.