codecombat/app/styles/editor/level/tasks-tab.sass

20 lines
355 B
Sass
Raw Normal View History

#editor-level-tasks-tab-view
td
cursor: pointer
2016-01-21 15:14:37 -05:00
.task-check
2016-01-20 18:32:21 -05:00
width: 5em
2016-01-21 15:14:37 -05:00
.task-check, .task-check *
margin: auto
text-align: center
2016-01-21 15:14:37 -05:00
.edit-cell
width: 5em
.edit-cell, .edit-cell *
margin: auto
2016-01-21 15:14:37 -05:00
text-align: center
.task-name
margin: auto
2016-01-21 15:14:37 -05:00
.start-edit
cursor: pointer
2016-01-21 15:14:37 -05:00
.no-article
2016-01-20 18:32:21 -05:00
color: rgba(160, 0, 0, 1)