mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -05:00
Courses UI: add screenshot to landing page course blocks
This commit is contained in:
parent
f42f34c96f
commit
7d419c1615
2 changed files with 8 additions and 0 deletions
|
@ -5,6 +5,10 @@
|
|||
|
||||
.code-input
|
||||
width: 100%
|
||||
|
||||
.course-image
|
||||
width: 100%
|
||||
|
||||
.course-panel
|
||||
margin: 20px
|
||||
|
||||
|
|
|
@ -95,6 +95,10 @@ mixin course-block(course, courseID)
|
|||
strong #{course.unlocked ? '[ enrolled ]' : ''}
|
||||
.panel-body
|
||||
.container-fluid
|
||||
.row
|
||||
.col-md-12
|
||||
p
|
||||
img.course-image(src="#{course.image}")
|
||||
.row.button-row
|
||||
.col-md-6
|
||||
strong Topics
|
||||
|
|
Loading…
Reference in a new issue