codecombat/app/styles/editor/thangTasksView.sass
2015-12-21 12:51:29 -08:00

22 lines
No EOL
353 B
Sass

#thang-tasks-view
#taskTable
width: 100%
.taskOwner
width: 12.5%
.tasksTable
width: 87.5%
.taskDescription:nth-of-type(odd)
background-color: rgba(0, 0, 0, 0.0625)
.taskDescription
width: 100%
padding-left: 4px
border-radius: 4px
&:hover
background-color: rgba(0, 0, 0, 0.125)
.task
width: 100%