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

RTL-ifies the sequence nav buttons

parent d50ed75f
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