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
ce87896f
Commit
ce87896f
authored
Jul 20, 2017
by
Harry Rein
Committed by
GitHub
Jul 20, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15609 from edx/HarryRein/LEARNER-1879-updates-image-styling
Update Image Styling on Welcome Message and Updates
parents
1922faf1
2658646e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
3 deletions
+22
-3
cms/static/sass/views/_updates.scss
+5
-0
lms/static/sass/features/_course-experience.scss
+17
-3
No files found.
cms/static/sass/views/_updates.scss
View file @
ce87896f
...
@@ -141,6 +141,11 @@
...
@@ -141,6 +141,11 @@
background
:
none
;
background
:
none
;
padding
:
0
;
padding
:
0
;
}
}
img
{
margin
:
$baseline
/
2
;
max-width
:
100%
;
}
}
}
...
...
lms/static/sass/features/_course-experience.scss
View file @
ce87896f
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
@include
border-left
(
solid
4px
$black
);
@include
border-left
(
solid
4px
$black
);
margin-bottom
:
$baseline
;
margin-bottom
:
$baseline
;
padding
:
$baseline
;
padding
:
$baseline
;
overflow
:
hidden
;
h1
,
h2
,
h3
{
h1
,
h2
,
h3
{
font-size
:
font-size
(
large
);
font-size
:
font-size
(
large
);
...
@@ -11,8 +12,14 @@
...
@@ -11,8 +12,14 @@
color
:
$black
;
color
:
$black
;
}
}
img
{
@include
float
(
left
);
margin
:
$baseline
/
2
;
max-width
:
100%
;
}
.dismiss-message
{
.dismiss-message
{
@include
float
(
right
);
@include
float
(
right
);
}
}
}
}
...
@@ -128,8 +135,8 @@
...
@@ -128,8 +135,8 @@
.date-summary-container
{
.date-summary-container
{
.date-summary
{
.date-summary
{
@include
clearfix
;
@include
clearfix
;
padding
:
10px
;
@include
border-left
(
3px
solid
$gray-l3
);
@include
border-left
(
3px
solid
$gray-l3
);
padding
:
$baseline
/
2
;
.heading
{
.heading
{
font-size
:
1
.1rem
;
font-size
:
1
.1rem
;
...
@@ -186,15 +193,22 @@
...
@@ -186,15 +193,22 @@
margin
:
(
$baseline
*
6
/
5
)
0
;
margin
:
(
$baseline
*
6
/
5
)
0
;
padding-bottom
:
(
$baseline
*
6
/
5
);
padding-bottom
:
(
$baseline
*
6
/
5
);
border-bottom
:
1px
solid
$lms-border-color
;
border-bottom
:
1px
solid
$lms-border-color
;
.date
{
.date
{
font-size
:
font-size
(
small
);
font-size
:
font-size
(
small
);
font-weight
:
300
;
font-weight
:
$font-light
;
float
:
none
;
float
:
none
;
padding-bottom
:
(
$baseline
/
4
);
padding-bottom
:
(
$baseline
/
4
);
}
}
&
:last-child
{
&
:last-child
{
border-bottom
:
0
;
border-bottom
:
0
;
}
}
img
{
margin
:
$baseline
/
2
;
max-width
:
100%
;
}
}
}
}
}
}
}
...
...
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