Commit dda656ae by Chris Rodriguez

RTL-ifying the due icon

parent 99fbc890
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
background: transparent; background: transparent;
border-radius: 4px; border-radius: 4px;
display: block; display: block;
padding: ($baseline/4) 36px ($baseline/4) ($baseline/2); @include padding( ($baseline/4), ($baseline*1.5), ($baseline/4), ($baseline/2));
position: relative; position: relative;
text-decoration: none; text-decoration: none;
...@@ -206,11 +206,11 @@ ...@@ -206,11 +206,11 @@
&.graded { &.graded {
> a { > a {
> img { > img {
margin: auto;
position: absolute; position: absolute;
top: 0; top: 0;
bottom: 0; bottom: 0;
right: 7px; @include right(7px);
margin: auto;
} }
} }
......
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