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
dcfbfd5d
Commit
dcfbfd5d
authored
Dec 06, 2016
by
Brian Jacobel
Committed by
GitHub
Dec 06, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14106 from edx/bjacobel/certificate-icons
Fix sharing icons on certificate page at narrower resolutions
parents
09281a31
5cf59019
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
23 deletions
+28
-23
lms/static/certificates/sass/_layouts.scss
+28
-23
No files found.
lms/static/certificates/sass/_layouts.scss
View file @
dcfbfd5d
...
@@ -80,36 +80,41 @@
...
@@ -80,36 +80,41 @@
margin-bottom
:
spacing-vertical
(
small
);
margin-bottom
:
spacing-vertical
(
small
);
}
}
.message-actions
.action
{
.message-actions
{
display
:
block
;
@include
span
(
12
);
width
:
100%
;
margin
:
0
auto
spacing-vertical
(
small
)
auto
;
&
:last-child
{
.action
{
margin-bottom
:
0
;
display
:
block
;
}
width
:
100%
;
margin
:
0
auto
spacing-vertical
(
small
)
auto
;
// CASE: icon display only
&
:last-child
{
&
.icon-only
{
margin-bottom
:
0
;
}
@media
(
min-width
:
$bp-screen-md
)
{
// CASE: icon display only
padding
:
spacing-vertical
(
x-small
)
spacing-horizontal
(
base
);
&
.icon-only
{
@media
(
min-width
:
$bp-screen-md
)
{
padding
:
spacing-vertical
(
x-small
)
spacing-horizontal
(
base
);
.icon
{
.icon
{
@include
margin-right
(
0
);
@include
margin-right
(
0
);
}
}
}
}
}
}
@media
(
min-width
:
$bp-screen-md
)
{
@media
(
min-width
:
$bp-screen-md
)
{
display
:
inline-block
;
display
:
inline-block
;
vertical-align
:
middle
;
vertical-align
:
middle
;
width
:
auto
;
min-width
:
130px
;
margin-bottom
:
0
;
width
:
auto
;
margin-right
:
spacing-horizontal
(
mid-small
);
margin-bottom
:
0
;
margin-right
:
spacing-horizontal
(
mid-small
);
&
:last-child
{
margin-right
:
0
;
&
:last-child
{
margin-right
:
0
;
}
}
}
}
}
}
}
...
...
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