2017-08-28 14:26:37 +02:00
|
|
|
@import "colors";
|
|
|
|
@import "constants";
|
|
|
|
|
|
|
|
.table.dossiers-table {
|
2017-10-17 17:54:55 +02:00
|
|
|
font-size: 14px;
|
|
|
|
|
2017-10-17 18:43:19 +02:00
|
|
|
th {
|
|
|
|
vertical-align: middle;
|
2017-10-17 18:50:28 +02:00
|
|
|
padding: (2 * $default-spacer) $default-spacer;
|
2017-10-17 18:43:19 +02:00
|
|
|
}
|
|
|
|
|
2017-08-28 14:26:37 +02:00
|
|
|
td {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2017-09-27 15:16:07 +02:00
|
|
|
thead a {
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.caret-icon {
|
|
|
|
vertical-align: top;
|
|
|
|
margin-top: 9px;
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|
|
|
|
|
2017-08-28 14:26:37 +02:00
|
|
|
.cell-link {
|
|
|
|
color: $black;
|
2017-10-17 18:53:49 +02:00
|
|
|
// In order to have identical height in the table header and the table rows,
|
|
|
|
// we compensate for the height difference between the biggest element of the header
|
|
|
|
// (the Personnaliser button, 38px) and the biggest cell-link element of the rows (the label, 28px)
|
2017-10-17 18:50:28 +02:00
|
|
|
padding: calc((2 * #{$default-spacer}) + ((38px - 28px) / 2)) $default-spacer;
|
2017-08-28 14:26:37 +02:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2017-10-16 18:25:23 +02:00
|
|
|
.icon.folder {
|
2017-08-30 15:31:17 +02:00
|
|
|
position: relative;
|
|
|
|
|
|
|
|
.notifications {
|
2017-11-01 20:40:33 +01:00
|
|
|
top: -3px;
|
|
|
|
right: -6px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.notification-col {
|
2017-11-28 15:04:31 +01:00
|
|
|
width: 45px;
|
2017-11-01 20:40:33 +01:00
|
|
|
|
|
|
|
a {
|
|
|
|
font-size: 16px;
|
2017-08-30 15:31:17 +02:00
|
|
|
}
|
2017-08-28 14:26:37 +02:00
|
|
|
}
|
|
|
|
|
2017-10-17 18:42:12 +02:00
|
|
|
.number-col {
|
|
|
|
width: 110px;
|
2017-11-01 20:40:33 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.folder-col {
|
|
|
|
text-align: center;
|
2017-08-28 14:26:37 +02:00
|
|
|
}
|
|
|
|
|
2017-10-17 18:42:12 +02:00
|
|
|
.status-col {
|
2017-08-28 14:26:37 +02:00
|
|
|
width: 110px;
|
2017-10-17 18:42:12 +02:00
|
|
|
|
|
|
|
.label {
|
|
|
|
width: 110px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2017-08-28 14:26:37 +02:00
|
|
|
}
|
|
|
|
|
2018-03-28 15:02:37 +02:00
|
|
|
.updated-at-col {
|
|
|
|
width: 110px;
|
|
|
|
}
|
|
|
|
|
2017-08-28 14:26:37 +02:00
|
|
|
.follow-col {
|
2017-11-28 15:03:44 +01:00
|
|
|
width: 200px;
|
2017-10-17 18:42:35 +02:00
|
|
|
text-align: right;
|
2017-10-17 18:50:28 +02:00
|
|
|
padding-left: $default-spacer;
|
|
|
|
padding-right: $default-spacer;
|
2017-08-28 14:26:37 +02:00
|
|
|
}
|
|
|
|
}
|