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
f91da141
Commit
f91da141
authored
Jul 05, 2016
by
Renzo Lucioni
Committed by
GitHub
Jul 05, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12937 from edx/renzo/detail-page-touchups
Program detail page touchups
parents
bc990d5d
af1c5602
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
lms/static/sass/elements/_course-card.scss
+6
-3
lms/static/sass/views/_program-details.scss
+2
-1
No files found.
lms/static/sass/elements/_course-card.scss
View file @
f91da141
.course-card
{
.course-card
{
@include
span
(
10
);
width
:
85%
;
margin-left
:
$baseline
*
2
;
margin
:
{
margin-bottom
:
$baseline
;
left
:
auto
;
right
:
auto
;
bottom
:
$baseline
;
}
padding
:
$baseline
/
2
0
;
padding
:
$baseline
/
2
0
;
.section
{
.section
{
...
...
lms/static/sass/views/_program-details.scss
View file @
f91da141
...
@@ -26,10 +26,11 @@
...
@@ -26,10 +26,11 @@
background
:
palette
(
grayscale
,
white-t
);
background
:
palette
(
grayscale
,
white-t
);
opacity
:
0
.7
;
opacity
:
0
.7
;
left
:
0
;
left
:
0
;
padding
:
20px
;
}
}
.org-logo
{
.org-logo
{
height
:
8
0px
;
height
:
5
0px
;
}
}
.breadcrumb-wrapper
{
.breadcrumb-wrapper
{
...
...
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