5 lines
167 B
CSS
5 lines
167 B
CSS
body {background: white;}
|
|
.tasksList {padding: 10px;}
|
|
.tasksList .table {border: 1px solid #ddd;}
|
|
.c-id, .c-estiamte, .c-consumed, .c-left, .c-progress {width: 40px;}
|