Skip to content
Snippets Groups Projects
Commit d66bb883 authored by Sarina Canelake's avatar Sarina Canelake Committed by David Baumgold
Browse files

Fix footer stylings for RTL

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