codecombat/app/styles/courses/mock1/course-details.sass

126 lines
2.3 KiB
Sass
Raw Normal View History

#course-details-view
.concept-completion-container
position: relative
.concept-completion-background
position: absolute
height: 100%
left: 0px
top: 0px
background-color: blue
opacity: 0.25
.concept-completed-foreground
font-size: 12pt
#editSettingsModal .modal-dialog
2015-07-29 18:38:57 -04:00
background-color: white
font-size: 14pt
2015-07-29 18:38:57 -04:00
.edit-description-input
width: 100%
.edit-name-input
width: 50%
2015-07-29 18:38:57 -04:00
2015-07-10 20:10:46 -04:00
.member-header
cursor: pointer
display: inline-block
padding: 2px
.textarea-emails
width: 50%
.select-language
width: 200px
display: inline
.select-session
width: 300px
display: inline
.progress-header
margin-right: 14px
2015-07-10 20:10:46 -04:00
cursor: pointer
.progress-key
cursor: default
display: inline-block
white-space: nowrap
font-size: 9pt
font-weight: normal
border: 1px solid gray
border-radius: 5px
margin: 0px
padding: 2px
.progress-key-started
background-color: lightgreen
.progress-key-complete
background-color: lightgray
.expand-progress-checkbox
margin-left: 14px
.expand-progress-label
font-weight: normal
font-size: 14px
.progress-cell
padding: 2px
padding-bottom: 10px
.level-popup-container
display: none
position: absolute
padding: 10px
border: 1px solid black
z-index: 3
background-color: blanchedalmond
font-size: 10pt
.level-progression-concepts
color: #317EAC
font-size: 12pt
font-weight: bold
margin-top: 8px
margin-bottom: 4px
.level-progression-levels
color: #317EAC
font-size: 12pt
font-weight: bold
margin-top: 8px
.progress-level-cell
display: inline-block
white-space: nowrap
font-size: 9pt
border: 1px solid gray
border-radius: 5px
margin: 0px
padding: 2px
.progress-level-cell-started
cursor: pointer
background-color: lightgreen
.progress-level-cell-complete
cursor: pointer
background-color: lightgray
.progress-concept-cell
display: inline-block
white-space: nowrap
font-size: 9pt
border: 1px solid gray
border-radius: 5px
margin: 0px
padding: 2px
.progress-concept-cell-started
background-color: lightgreen
.progress-concept-cell-complete
background-color: lightgray