codecombat/app/styles/courses/classroom-view.sass

33 lines
521 B
Sass
Raw Normal View History

2015-11-30 14:14:27 -05:00
#classroom-view
2015-12-06 23:35:54 -05:00
hr
margin-top: 5px
margin-bottom: 10px
2015-11-30 14:14:27 -05:00
#main-button-area
.btn
margin-left: 10px
#student-stats-row
2015-12-06 23:35:54 -05:00
margin-bottom: 10px
.student-name
font-size: 20px
font-weight: bold
2015-11-30 14:14:27 -05:00
.progress
2015-12-06 23:35:54 -05:00
margin-bottom: 2px
.progress-bar
border-right: 1px solid grey
2015-12-06 18:00:00 -05:00
.progress-bar-complete
background-color: #9DE257
color: grey
.progress-bar-started
background-color: #FFF6A1
color: grey
.progress-bar-default
background-color: white
color: grey