Commit b81c6d91 by Chris

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

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