This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
codecombat/app/views/courses/ClassroomView/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 20:35:54 -08: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 20:35:54 -08:00
margin-bottom: 10px
.student-name
font-size: 20px
font-weight: bold
2015-11-30 14:14:27 -05:00
.progress
2015-12-06 20:35:54 -08:00
margin-bottom: 2px
.progress-bar
border-right: 1px solid grey
2015-12-06 15:00:00 -08: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