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
edfd0d6a
Commit
edfd0d6a
authored
Jul 29, 2016
by
Chris Rodriguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AC-549 updating pink
parent
2c4ab116
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
42 additions
and
28 deletions
+42
-28
cms/static/sass/_base-v2.scss
+2
-2
cms/static/sass/_base.scss
+2
-2
cms/static/sass/elements-v2/_sock.scss
+2
-2
cms/static/sass/elements/_footer.scss
+1
-1
cms/static/sass/elements/_system-help.scss
+1
-1
cms/static/sass/partials/_variables.scss
+9
-4
cms/static/sass/views/_settings.scss
+2
-2
common/test/test-theme/cms/static/sass/partials/_variables.scss
+9
-4
lms/static/sass/course/courseware/_courseware.scss
+1
-1
lms/static/sass/course/layout/_courseware_header.scss
+0
-1
lms/static/sass/multicourse/_course_about.scss
+1
-1
lms/static/sass/partials/base/_variables.scss
+12
-7
No files found.
cms/static/sass/_base-v2.scss
View file @
edfd0d6a
...
...
@@ -6,8 +6,8 @@ html {
body
{
min-width
:
$fg-min-width
;
background
:
$
gray-l5
;
color
:
$gray-d
2
;
background
:
$
uxpl-grayscale-x-back
;
color
:
$gray-d
3
;
}
footer
.primary
{
...
...
cms/static/sass/_base.scss
View file @
edfd0d6a
...
...
@@ -28,8 +28,8 @@ html {
body
{
@extend
%t-copy-base
;
min-width
:
$fg-min-width
;
background
:
$
gray-l5
;
color
:
$gray-d
2
;
background
:
$
uxpl-grayscale-x-back
;
color
:
$gray-d
3
;
}
body
,
input
,
button
{
...
...
cms/static/sass/elements-v2/_sock.scss
View file @
edfd0d6a
...
...
@@ -27,10 +27,10 @@
.cta-show-sock
{
@extend
%ui-btn-pill
;
background
:
$
gray-l5
;
background
:
$
uxpl-grayscale-x-back
;
font-size
:
font-size
(
x-small
);
padding
:
(
$baseline
/
2
)
$baseline
;
color
:
$gray
;
color
:
$gray
-d3
;
.icon
{
@include
margin-right
(
$baseline
/
4
);
...
...
cms/static/sass/elements/_footer.scss
View file @
edfd0d6a
...
...
@@ -14,7 +14,7 @@
min-width
:
$fg-min-width
;
width
:
flex-grid
(
12
);
margin
:
0
auto
;
color
:
$gray-
l1
;
color
:
$gray-
d3
;
.footer-content-primary
{
@include
clearfix
();
...
...
cms/static/sass/elements/_system-help.scss
View file @
edfd0d6a
...
...
@@ -280,7 +280,7 @@
.nav-item
{
@extend
%wipe-last-child
;
margin-bottom
:
(
$baseline
/
4
);
border-bottom
:
1px
dotted
$gray-l
4
;
border-bottom
:
1px
dotted
$gray-l
5
;
padding-bottom
:
(
$baseline
/
4
);
}
}
...
...
cms/static/sass/partials/_variables.scss
View file @
edfd0d6a
...
...
@@ -41,11 +41,16 @@ $transparent: rgba(0,0,0,0); // used when color value is needed for UI width/tra
// +Colors - UXPL new pattern library colors
// ====================
$uxpl-blue-base
:
rgb
a
(
0
,
116
,
180
,
1
);
// wcag2a compliant
$uxpl-blue-hover-active
:
lighten
(
$uxpl-blue-base
,
7%
);
// wcag2a compliant
$uxpl-blue-base
:
rgb
(
0
,
117
,
180
);
// wcag2a compliant
$uxpl-blue-hover-active
:
rgb
(
41
,
145
,
195
);
// wcag2a compliant
$uxpl-green-base
:
rgba
(
0
,
129
,
0
,
1
);
// wcag2a compliant
$uxpl-green-hover-active
:
lighten
(
$uxpl-green-base
,
7%
);
// wcag2a compliant
$uxpl-green-base
:
rgb
(
0
,
129
,
0
);
// wcag2a compliant
$uxpl-green-hover-active
:
rgb
(
0
,
155
,
0
);
// wcag2a compliant
$uxpl-pink-base
:
rgb
(
194
,
56
,
125
);
// wcag2a compliant
$uxpl-pink-hover-active
:
lighten
(
$uxpl-pink-base
,
7%
);
// wcag2a compliant
$uxpl-grayscale-x-back
:
rgb
(
245
,
245
,
245
);
// UXPL grayscale, x-back
$uxpl-primary-accent
:
rgb
(
14
,
166
,
236
);
...
...
cms/static/sass/views/_settings.scss
View file @
edfd0d6a
...
...
@@ -522,7 +522,7 @@
.current-course-image
{
margin-bottom
:
(
$baseline
/
2
);
padding
:
(
$baseline
/
2
)
$baseline
;
background
:
$gray-l
5
;
background
:
$gray-l
6
;
text-align
:
center
;
.wrapper-course-image
{
...
...
@@ -941,7 +941,7 @@
@extend
%t-copy-sub2
;
display
:
block
;
margin-top
:
(
$baseline
/
2
);
color
:
$gray-l
3
;
color
:
$gray-l
5
;
}
}
...
...
common/test/test-theme/cms/static/sass/partials/_variables.scss
View file @
edfd0d6a
...
...
@@ -87,11 +87,16 @@ $blue-t1: rgba($blue, 0.25);
$blue-t2
:
rgba
(
$blue
,
0
.50
);
$blue-t3
:
rgba
(
$blue
,
0
.75
);
$uxpl-blue-base
:
rgb
a
(
0
,
116
,
180
,
1
);
// wcag2a compliant
$uxpl-blue-hover-active
:
lighten
(
$uxpl-blue-base
,
7%
);
// wcag2a compliant
$uxpl-blue-base
:
rgb
(
0
,
117
,
180
);
// wcag2a compliant
$uxpl-blue-hover-active
:
rgb
(
41
,
145
,
195
);
// wcag2a compliant
$uxpl-green-base
:
rgba
(
0
,
129
,
0
,
1
);
// wcag2a compliant
$uxpl-green-hover-active
:
lighten
(
$uxpl-green-base
,
7%
);
// wcag2a compliant
$uxpl-green-base
:
rgb
(
0
,
129
,
0
);
// wcag2a compliant
$uxpl-green-hover-active
:
rgb
(
0
,
155
,
0
);
// wcag2a compliant
$uxpl-pink-base
:
rgb
(
194
,
56
,
125
);
// wcag2a compliant
$uxpl-pink-hover-active
:
lighten
(
$uxpl-pink-base
,
7%
);
// wcag2a compliant
$uxpl-grayscale-x-back
:
rgb
(
245
,
245
,
245
);
// UXPL grayscale, x-back
$pink
:
rgb
(
183
,
37
,
103
);
// #b72567;
$pink-l1
:
tint
(
$pink
,
20%
);
...
...
lms/static/sass/course/courseware/_courseware.scss
View file @
edfd0d6a
...
...
@@ -33,7 +33,7 @@ html.video-fullscreen {
@include
margin-left
(
$baseline
/
2
);
padding
:
(
$baseline
/
4
)
(
$baseline
/
2
);
border-radius
:
(
$baseline
/
4
);
background-color
:
$
shadow-l2
;
background-color
:
$
light-gray1
;
text-align
:
right
;
text-transform
:
uppercase
;
color
:
$staff-color
;
...
...
lms/static/sass/course/layout/_courseware_header.scss
View file @
edfd0d6a
...
...
@@ -50,7 +50,6 @@
&
.active
{
border-bottom
:
4px
solid
$uxpl-blue-base
;
background-color
:
transparent
;
color
:
$uxpl-blue-base
;
&
:hover
,
...
...
lms/static/sass/multicourse/_course_about.scss
View file @
edfd0d6a
...
...
@@ -249,7 +249,7 @@
@include
float
(
right
);
padding
:
(
$baseline
/
4
)
(
$baseline
/
2
);
border-radius
:
(
$baseline
/
4
);
background-color
:
$
shadow-l2
;
background-color
:
$
light-gray1
;
@include
text-align
(
right
);
text-transform
:
uppercase
;
color
:
$staff-color
;
...
...
lms/static/sass/partials/base/_variables.scss
View file @
edfd0d6a
...
...
@@ -159,11 +159,16 @@ $blue-t1: rgba($blue, 0.25);
$blue-t2
:
rgba
(
$blue
,
0
.50
);
$blue-t3
:
rgba
(
$blue
,
0
.75
);
$uxpl-blue-base
:
rgb
a
(
0
,
116
,
180
,
1
);
// wcag2a compliant
$uxpl-blue-hover-active
:
lighten
(
$uxpl-blue-base
,
7%
);
// wcag2a compliant
$uxpl-blue-base
:
rgb
(
0
,
117
,
180
);
// wcag2a compliant
$uxpl-blue-hover-active
:
rgb
(
41
,
145
,
195
);
// wcag2a compliant
$uxpl-green-base
:
rgba
(
0
,
129
,
0
,
1
);
// wcag2a compliant
$uxpl-green-hover-active
:
lighten
(
$uxpl-green-base
,
7%
);
// wcag2a compliant
$uxpl-green-base
:
rgb
(
0
,
129
,
0
);
// wcag2a compliant
$uxpl-green-hover-active
:
rgb
(
0
,
155
,
0
);
// wcag2a compliant
$uxpl-pink-base
:
rgb
(
194
,
56
,
125
);
// wcag2a compliant
$uxpl-pink-hover-active
:
lighten
(
$uxpl-pink-base
,
7%
);
// wcag2a compliant
$uxpl-grayscale-x-back
:
rgb
(
245
,
245
,
245
);
// UXPL grayscale, x-back
$orange
:
rgb
(
237
,
189
,
60
);
$orange-l1
:
tint
(
$orange
,
20%
);
...
...
@@ -311,7 +316,7 @@ $audit-color-lvl2: tint($audit-color-lvl1, 33%);
$credit-color-base
:
rgb
(
244
,
195
,
0
);
// accessible with black text
// edx-specific: Studio/Staff actions
$staff-color
:
$
pink
;
$staff-color
:
$
uxpl-pink-base
;
// ----------------------------
...
...
@@ -439,7 +444,7 @@ $button-archive-color: rgb(238,238,238) !default; // #eeeeee
// larger, random elements
$dark-trans-bg
:
rgba
(
0
,
0
,
0
,
.75
);
$body-bg
:
rgb
(
250
,
250
,
250
)
!
default
;
$body-bg
:
$uxpl-grayscale-x-back
!
default
;
$container-bg
:
$white
!
default
;
...
...
@@ -495,7 +500,7 @@ $dashboard-course-cover-border: rgb(221, 221, 221) !default;
// course elements
$content-wrapper-bg
:
$white
!
default
;
$course-bg-color
:
#f2f2f2
!
default
;
$course-bg-color
:
$uxpl-grayscale-x-back
!
default
;
$account-content-wrapper-bg
:
shade
(
$body-bg
,
2%
)
!
default
;
$course-profile-bg
:
rgb
(
245
,
245
,
245
)
!
default
;
$course-header-bg
:
rgba
(
255
,
255
,
255
,
0
.93
)
!
default
;
...
...
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