mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-01 03:16:56 -05:00
22 lines
No EOL
353 B
Sass
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% |