Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
f4fd891b
Commit
f4fd891b
authored
Aug 26, 2016
by
Chris
Committed by
GitHub
Aug 26, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13320 from edx/clrux/ac-566-creative-commons-contrast
AC-566 fixing contrast for copyright
parents
2e2a23b9
c0133e53
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
31 deletions
+35
-31
lms/static/sass/course/courseware/_courseware.scss
+35
-31
No files found.
lms/static/sass/course/courseware/_courseware.scss
View file @
f4fd891b
...
...
@@ -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
;
span
{
color
:
inherit
;
}
.course-license
,
.xblock-license
{
@include
text-align
(
right
);
@extend
%t-title7
;
display
:
block
;
width
:
auto
;
padding
:
(
$baseline
/
4
)
0
;
color
:
$base-font-color
;
a
:link
,
a
:visited
{
color
:
$gray
;
}
a
:active
,
a
:hover
{
color
:
$uxpl-blue-base
;
}
span
{
color
:
inherit
;
}
.license-label
,
.license-value
,
.license-actions
{
display
:
inline-block
;
vertical-align
:
middle
;
margin-bottom
:
0
;
}
a
:link
,
a
:visited
{
color
:
$base-font-color
;
}
i
{
font-style
:
normal
;
}
a
:active
,
a
:hover
{
color
:
$uxpl-blue-base
;
}
.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?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment