Commit dda656ae by Chris Rodriguez

RTL-ifying the due icon

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