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
b3c38454
Commit
b3c38454
authored
May 04, 2017
by
Andy Armstrong
Committed by
GitHub
May 04, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15029 from edx/marco/course-outline/visual-updates
LEARNER-821 -Visual adjustments to course outline
parents
97c08451
01ae7181
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
lms/static/sass/features/_course-experience.scss
+13
-3
No files found.
lms/static/sass/features/_course-experience.scss
View file @
b3c38454
...
...
@@ -15,7 +15,7 @@
.section
{
margin
:
0
(
-1
*
$baseline
);
width
:
calc
(
100%
+
(
2
*
$baseline
));
padding
:
0
(
$baseline
*
2
);
padding
:
0
(
$baseline
);
&
:not
(
:first-child
)
{
.section-name
{
...
...
@@ -29,6 +29,7 @@
h3
{
font-weight
:
bold
;
font-size
:
1
.1rem
;
margin
:
0
;
}
}
...
...
@@ -38,10 +39,15 @@
}
ol
.outline-item
{
padding-bottom
:
$baseline
;
border-bottom
:
1px
solid
$light-grey-solid
;
margin
:
0
0
(
$baseline
/
2
)
0
;
.subsection
{
list-style-type
:
none
;
border
:
1px
solid
transparent
;
border-radius
:
3px
;
a
.outline-item
{
display
:
flex
;
...
...
@@ -53,16 +59,16 @@
margin
:
0
;
}
&
:hover
{
&
:hover
,
&
:focus
{
background-color
:
palette
(
primary
,
x-back
);
border-radius
:
$btn-border-radius
;
text-decoration
:
none
;
}
.subsection-text
{
.details
{
font-size
:
$body-font-size
;
color
:
$lms-gray
;
font-style
:
italic
;
}
}
...
...
@@ -82,6 +88,10 @@
@include
float
(
right
);
}
}
&
:hover
{
border
:
1px
solid
$lms-active-color
;
}
}
}
}
...
...
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