AC-566 fixing contrast for copyright

This commit is contained in:
Chris Rodriguez
2016-08-25 13:34:50 -04:00
parent 3ea28a9387
commit c0133e531e

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?