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
b5b7ea78
Commit
b5b7ea78
authored
Mar 11, 2016
by
Simon Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create the listing page of Programs (x-series) which learners have enrolled in
parent
3cce6c1e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
lms/static/sass/elements/_program-card.scss
+3
-2
lms/static/sass/views/_program-list.scss
+3
-2
No files found.
lms/static/sass/elements/_program-card.scss
View file @
b5b7ea78
...
@@ -54,7 +54,6 @@ $card-height: 150px;
...
@@ -54,7 +54,6 @@ $card-height: 150px;
font-size
:em
(
30
)
;
font-size
:em
(
30
)
;
color
:
$gray-l1
;
color
:
$gray-l1
;
margin-bottom
:
10px
;
margin-bottom
:
10px
;
line-height
:
100%
;
}
}
}
}
}
}
...
@@ -62,7 +61,9 @@ $card-height: 150px;
...
@@ -62,7 +61,9 @@ $card-height: 150px;
@include
media
(
$bp-medium
)
{
@include
media
(
$bp-medium
)
{
.program-card
{
.program-card
{
@include
span-columns
(
8
);
@include
omega
(
2n
);
@include
span-columns
(
4
);
display
:inline
;
}
}
}
}
...
...
lms/static/sass/views/_program-list.scss
View file @
b5b7ea78
...
@@ -44,10 +44,11 @@
...
@@ -44,10 +44,11 @@
@include
media
(
$bp-medium
)
{
@include
media
(
$bp-medium
)
{
.program-cards-container
{
.program-cards-container
{
@include
span-columns
(
8
);
@include
span-columns
(
6
);
}
}
.sidebar
{
.sidebar
{
@include
span-columns
(
8
);
@include
omega
(
n
);
@include
span-columns
(
2
);
}
}
}
}
...
...
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