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

AC-566 fixing contrast for copyright
This commit is contained in:
Chris
2016-08-26 14:22:16 -04:00
committed by GitHub

View File

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