Skip to content
Snippets Groups Projects
Commit b81c6d91 authored by Chris's avatar Chris
Browse files

Merge pull request #7768 from edx/clrux/UX-1724-RTL-sequence-nav-buttons

RTL-ifies the sequence nav buttons
parents 6e47664c b9a30b22
No related merge requests found
......@@ -252,7 +252,7 @@ $sequence--border-color: #C8C8C8;
&.button-previous {
@include border-radius(35px, 0, 0, 35px);
left: 0;
@include left(0);
background-position: center 15px;
// CASE: left to right layout
......@@ -268,7 +268,7 @@ $sequence--border-color: #C8C8C8;
&.button-next {
@include border-radius(0, 35px, 35px, 0);
right: 0;
@include right(0);
background-position: center 15px;
// CASE: left to right layout
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment