2017-08-28 14:26:37 +02:00
|
|
|
@import "colors";
|
|
|
|
@import "constants";
|
|
|
|
|
|
|
|
.table.dossiers-table {
|
|
|
|
td {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cell-link {
|
|
|
|
color: $black;
|
|
|
|
padding: (3 * $default-spacer) 2px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
i.folder {
|
|
|
|
margin-right: $default-spacer;
|
2017-08-30 15:31:17 +02:00
|
|
|
position: relative;
|
|
|
|
|
|
|
|
.notifications {
|
|
|
|
top: 0px;
|
|
|
|
right: -10px;
|
|
|
|
}
|
2017-08-28 14:26:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.number-col,
|
|
|
|
.status-col {
|
|
|
|
width: 130px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-col span {
|
|
|
|
width: 110px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.follow-col {
|
|
|
|
width: 200px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|