38 lines
418 B
CSS
38 lines
418 B
CSS
|
|
|
|
mat-form-field {
|
|
width: 80%;
|
|
}
|
|
|
|
table {
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
td, th {
|
|
width: 25%;
|
|
}
|
|
|
|
.status-indicator {
|
|
width: 20px;
|
|
height: 20px;
|
|
border-radius: 50%;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.mat-column-status, .mat-column-eta {
|
|
width: 32px;
|
|
text-align: left;
|
|
}
|
|
|
|
.mat-column-edit, .mat-column-delete, .mat-column-finished {
|
|
width: 32px;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
#clear-tasks-btn {
|
|
float: right;
|
|
margin-top: 10px;
|
|
}
|