Commit d66bb883 by Sarina Canelake Committed by David Baumgold

Fix footer stylings for RTL

parent 67168869
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
.colophon { .colophon {
width: flex-grid(4, 12); width: flex-grid(4, 12);
@include float(left); @include float(left);
margin-right: flex-gutter(2); @include margin-right(flex-gutter(2));
} }
a { a {
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
@extend %t-action3; @extend %t-action3;
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
margin-right: ($baseline/4); @include margin-right($baseline/4);
} }
} }
} }
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
.footer-about-copyright { .footer-about-copyright {
width: flex-grid(4, 12); width: flex-grid(4, 12);
@include float(left); @include float(left);
margin-right: flex-gutter(2); @include margin-right(flex-gutter(2));
} }
// platform Open edX logo and link // platform Open edX logo and link
......
...@@ -324,11 +324,11 @@ $edx-footer-bg-color: rgb(252,252,252); ...@@ -324,11 +324,11 @@ $edx-footer-bg-color: rgb(252,252,252);
} }
.footer-about-logo { .footer-about-logo {
float: left; @include float(left);
} }
.footer-about-openedx-logo { .footer-about-openedx-logo {
float: right; @include float(right);
} }
.footer-about-copy { .footer-about-copy {
......
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