2015-11-03 19:41:06 -05:00
|
|
|
#courses-view
|
2015-11-21 14:38:34 -05:00
|
|
|
h1
|
|
|
|
margin-bottom: 30px
|
2016-04-28 15:08:20 -04:00
|
|
|
|
|
|
|
#main-content
|
|
|
|
max-width: 720px
|
|
|
|
margin: 0 auto
|
2015-12-07 14:11:07 -05:00
|
|
|
|
2015-11-21 14:38:34 -05:00
|
|
|
#play-now-to-learn-header
|
|
|
|
margin-top: 60px
|
2015-12-07 14:11:07 -05:00
|
|
|
|
2016-04-28 15:08:20 -04:00
|
|
|
#benefits-ul
|
2015-11-21 14:38:34 -05:00
|
|
|
margin: 0 auto 40px
|
2016-04-28 15:08:20 -04:00
|
|
|
width: 360px
|
2015-12-07 14:11:07 -05:00
|
|
|
|
2015-11-22 03:08:46 -05:00
|
|
|
hr
|
2015-11-29 13:27:40 -05:00
|
|
|
border-top: 1px solid grey
|
2015-11-22 03:08:46 -05:00
|
|
|
margin: 5px 0
|
2016-08-17 17:15:36 -04:00
|
|
|
padding-bottom: 20px
|
|
|
|
opacity: 0.5
|
|
|
|
|
|
|
|
.view-levels-btn
|
|
|
|
font-size: 13px
|
|
|
|
padding-left: 10px
|
2015-11-29 13:27:40 -05:00
|
|
|
|
|
|
|
.text-uppercase
|
|
|
|
margin-top: 40px
|
2015-12-07 14:11:07 -05:00
|
|
|
|
2015-11-29 18:13:23 -05:00
|
|
|
#just-added-text
|
|
|
|
color: #009999
|
|
|
|
|
|
|
|
.just-added
|
|
|
|
border: 1px solid #009999
|
|
|
|
margin: 0 -20px
|
|
|
|
padding: 0 20px
|
2015-12-07 14:11:07 -05:00
|
|
|
|
2015-11-22 03:08:46 -05:00
|
|
|
.course-instance-entry
|
2016-08-17 17:15:36 -04:00
|
|
|
padding-bottom: 10px
|
2015-12-07 14:11:07 -05:00
|
|
|
|
2015-11-29 17:18:24 -05:00
|
|
|
.progress-bar
|
|
|
|
min-width: 15%
|
|
|
|
|
|
|
|
.btn
|
|
|
|
margin-left: 20px
|
|
|
|
min-width: 180px
|
2015-12-07 14:11:07 -05:00
|
|
|
|
2015-11-29 18:13:23 -05:00
|
|
|
#join-class-form
|
|
|
|
.alert, .progress
|
2015-12-07 14:11:07 -05:00
|
|
|
margin-top: 20px
|
2016-05-25 18:24:51 -04:00
|
|
|
|
|
|
|
// Hero display
|
|
|
|
.current-hero-container
|
|
|
|
display: flex
|
|
|
|
justify-content: center
|
|
|
|
|
|
|
|
.current-hero-text
|
|
|
|
font-size: 16pt
|
|
|
|
|
|
|
|
.hero-avatar
|
|
|
|
background-color: #f8f8f8
|
|
|
|
box-shadow: 0 0 0 1px gray
|
|
|
|
margin-right: 25px
|
|
|
|
|
|
|
|
.current-hero-right-col
|
|
|
|
display: flex
|
|
|
|
flex-direction: column
|
|
|
|
justify-content: space-between
|
|
|
|
align-items: flex-start
|