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
Scott Erickson f929cbdf75 Migrate modals and sass files
Note, this leaves a couple templates broken
2016-09-23 16:30:36 -07:00

32 lines
521 B
Sass

#classroom-view
hr
margin-top: 5px
margin-bottom: 10px
#main-button-area
.btn
margin-left: 10px
#student-stats-row
margin-bottom: 10px
.student-name
font-size: 20px
font-weight: bold
.progress
margin-bottom: 2px
.progress-bar
border-right: 1px solid grey
.progress-bar-complete
background-color: #9DE257
color: grey
.progress-bar-started
background-color: #FFF6A1
color: grey
.progress-bar-default
background-color: white
color: grey