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

32 lines
525 B
Sass
Raw Normal View History

2016-03-30 16:57:19 -04:00
@import "app/styles/bootstrap/variables"
2016-03-30 16:57:19 -04:00
#teacher-courses-view
//TODO: Refactor colors into .style-flat?
h1
margin-top: 50px
#site-content-area
margin-bottom: 250px
.access-restricted
margin-top: 75px
.courses
margin-top: 20px
.course
padding: 30px
.concepts
font-weight: 600
.play-level-form
font-weight: normal
.course:nth-child(2n+1)
background-color: #ebebeb
.course:nth-child(2n)
background-color: $gray-lighter