mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 16:47:58 -05:00
e8fc90de23
Still incomplete: edit class modal, create new class modal, updated available courses list UI
81 lines
1.2 KiB
Sass
81 lines
1.2 KiB
Sass
#teacher-courses-view
|
|
margin-bottom: 50px
|
|
|
|
.active-courses
|
|
font-size: 12px
|
|
font-weight: bold
|
|
text-transform: uppercase
|
|
|
|
.class-count
|
|
font-size: 30px
|
|
|
|
.class-name
|
|
font-size: 20px
|
|
font-weight: bold
|
|
|
|
.course-concept
|
|
background-color: lightyellow
|
|
border: 1px dotted green
|
|
color: purple
|
|
margin-right: 6px
|
|
|
|
.course-enrolled
|
|
font-size: 12px
|
|
font-weight: bold
|
|
|
|
.course-name
|
|
font-size: 18px
|
|
font-weight: bold
|
|
|
|
.divider
|
|
border-bottom: 1px solid black
|
|
margin-bottom: 20px
|
|
|
|
img.media-object
|
|
width: 300px
|
|
|
|
.edit-classroom-small
|
|
cursor: pointer
|
|
&:hover
|
|
color: grey
|
|
|
|
#fixed-area
|
|
position: fixed
|
|
bottom: 0
|
|
left: 0
|
|
right: 0
|
|
|
|
.well
|
|
margin-bottom: 0
|
|
padding: 5px
|
|
|
|
.col-sm-5
|
|
padding-top: 8px
|
|
|
|
.progress
|
|
margin-bottom: 0
|
|
|
|
.no-students
|
|
font-size: 22px
|
|
font-style: italic
|
|
margin: 10px
|
|
text-align: center
|
|
|
|
.section-header
|
|
border-bottom: 1px solid black
|
|
font-size: 20px
|
|
font-weight: bold
|
|
margin-bottom: 20px
|
|
text-transform: uppercase
|
|
|
|
|
|
.text-center
|
|
text-align: center
|
|
|
|
.uppercase
|
|
text-transform: uppercase
|
|
|
|
.welcome
|
|
font-size: 24px
|
|
font-weight: bold
|
|
margin-bottom: 20px
|