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
49c79777
Commit
49c79777
authored
Sep 19, 2016
by
Marco Morales
Committed by
GitHub
Sep 19, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13424 from edx/marco/dashboard/card-cleanup
Adjustments to course dashboard visual styles
parents
a2bf4696
e8c9dbb4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
14 deletions
+11
-14
lms/static/sass/elements/_system-feedback.scss
+0
-2
lms/static/sass/multicourse/_dashboard.scss
+2
-11
lms/static/sass/partials/base/_variables.scss
+9
-1
No files found.
lms/static/sass/elements/_system-feedback.scss
View file @
49c79777
...
...
@@ -168,10 +168,8 @@
@include
box-sizing
(
border-box
);
@extend
%t-strong
;
display
:
none
;
border-bottom
:
2px
solid
$yellow-d2
;
margin
:
0
0
$baseline
0
;
padding
:
(
$baseline
/
2
)
$baseline
;
background
:
$yellow-d1
;
color
:
$white
;
.feedback-symbol
{
...
...
lms/static/sass/multicourse/_dashboard.scss
View file @
49c79777
...
...
@@ -24,7 +24,6 @@
@include
clearfix
();
box-sizing
:
border-box
;
padding
:
$baseline
;
background-color
:
$body-bg
;
border
:
1px
solid
$border-color-l3
;
.advertise-message
{
@include
font-size
(
12
);
...
...
@@ -196,7 +195,6 @@
@include
clearfix
();
box-sizing
:
border-box
;
padding
:
$baseline
;
background-color
:
$body-bg
;
border
:
1px
solid
$border-color-l3
;
.list--nav
{
...
...
@@ -275,11 +273,10 @@
.course-item
{
margin-bottom
:
$baseline
;
border-bottom
:
4px
solid
$border-color-l4
;
padding-bottom
:
$baseline
;
.course-container
{
border
:
1
px
solid
$border-color-l4
;
border
:
2
px
solid
$border-color-l4
;
border-radius
:
3px
;
}
...
...
@@ -600,8 +597,7 @@
display
:
none
;
margin
:
$baseline
0
(
$baseline
/
2
)
0
;
padding
:
(
$baseline
/
2
)
$baseline
;
background
:
$gray-l5
;
border
:
1px
solid
$gray-l4
;
border-top
:
1px
solid
$gray-l4
;
color
:
$base-font-color
;
// Overrides the normal white color in this one case
// STATE: shown
...
...
@@ -795,11 +791,6 @@
.message-copy
{
@extend
%t-copy-sub1
;
margin
:
0
;
.grade-value
{
font-size
:
1
.2rem
;
font-weight
:
bold
;
}
}
.credit-action
{
...
...
lms/static/sass/partials/base/_variables.scss
View file @
49c79777
...
...
@@ -5,6 +5,7 @@
// #UNITS: Basic units of measurement
// #GRID: Grid and layout variables
// #COLORS: Base, palette and theme color definitions + application
// #COLORS-EDX-SPECIFIC: edX specific colors not yet refactored to use updated color scheme
// #TYPOGRAPHY: Font definitions and scales
// #DEPTH: UI depth-based scale
// #SPACING: General UI spacing variables and scale
...
...
@@ -219,7 +220,13 @@ $alert-color: rgb(212, 64, 64) !default;
$warning-color
:
rgb
(
237
,
189
,
60
)
!
default
;
$success-color
:
rgb
(
37
,
184
,
90
)
!
default
;
// newer color variables
// ----------------------------
// #COLORS- EDX-SPECIFIC
// ----------------------------
// old color variables
// DEPRECATED: Do not continue to use these colors, instead use pattern libary and base colors above.
$dark-gray1
:
rgb
(
74
,
74
,
74
);
$light-gray1
:
rgb
(
242
,
242
,
242
);
$light-gray2
:
rgb
(
171
,
171
,
171
);
...
...
@@ -232,6 +239,7 @@ $green1: rgb(97,161,46);
$red1
:
rgb
(
208
,
2
,
27
);
// edx-specific: marketing site variables
// DEPRECATED: Do not continue to use these colors, instead use pattern libary and base colors above.
$m-gray
:
rgb
(
138
,
140
,
143
);
//C8F
$m-gray-l1
:
rgb
(
151
,
153
,
155
);
$m-gray-l2
:
rgb
(
164
,
166
,
168
);
...
...
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