mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
43 lines
641 B
Sass
43 lines
641 B
Sass
#courses-view
|
|
h1
|
|
margin-bottom: 30px
|
|
|
|
#main-content
|
|
max-width: 720px
|
|
margin: 0 auto
|
|
|
|
#play-now-to-learn-header
|
|
margin-top: 60px
|
|
|
|
#benefits-ul
|
|
margin: 0 auto 40px
|
|
width: 360px
|
|
|
|
hr
|
|
border-top: 1px solid grey
|
|
margin: 5px 0
|
|
|
|
.text-uppercase
|
|
margin-top: 40px
|
|
|
|
#just-added-text
|
|
color: #009999
|
|
|
|
.just-added
|
|
border: 1px solid #009999
|
|
margin: 0 -20px
|
|
padding: 0 20px
|
|
|
|
.course-instance-entry
|
|
padding-left: 40px
|
|
|
|
.progress-bar
|
|
min-width: 15%
|
|
|
|
.btn
|
|
margin-left: 20px
|
|
min-width: 180px
|
|
|
|
#join-class-form
|
|
.alert, .progress
|
|
margin-top: 20px
|