Commit f4fd891b by Chris Committed by GitHub

Merge pull request #13320 from edx/clrux/ac-566-creative-commons-contrast

AC-566 fixing contrast for copyright
parents 2e2a23b9 c0133e53
...@@ -58,42 +58,46 @@ html.video-fullscreen { ...@@ -58,42 +58,46 @@ html.video-fullscreen {
.content-wrapper { .content-wrapper {
.course-license, .course-license,
.xblock-license { .xblock-license {
@include text-align(right); @include text-align(right);
@extend %t-title7; @extend %t-title7;
display: block; display: block;
width: auto; width: auto;
padding: ($baseline/4) 0; padding: ($baseline/4) 0;
color: $gray-d1; color: $base-font-color;
span {
color: inherit;
}
a:link, a:visited { span {
color: $gray; color: inherit;
} }
a:active, a:hover {
color: $uxpl-blue-base;
}
.license-label, a:link,
.license-value, a:visited {
.license-actions { color: $base-font-color;
display: inline-block; }
vertical-align: middle;
margin-bottom: 0;
}
i { a:active,
font-style: normal; a:hover {
} color: $uxpl-blue-base;
}
.license-label,
.license-value,
.license-actions {
display: inline-block;
vertical-align: middle;
margin-bottom: 0;
}
img { i,
display: inline; em {
font-style: normal;
}
img {
display: inline;
}
} }
}
} }
// TO-DO should this be content wrapper? // TO-DO should this be content wrapper?
......
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