2017-12-05 16:07:05 +01:00
|
|
|
@import "colors";
|
2017-10-16 17:37:19 +02:00
|
|
|
@import "constants";
|
|
|
|
|
2017-12-05 16:07:05 +01:00
|
|
|
.table.dossier-champs {
|
2017-10-16 17:39:01 +02:00
|
|
|
th,
|
|
|
|
td {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
2017-10-16 17:37:19 +02:00
|
|
|
.libelle {
|
2018-03-14 11:02:28 +01:00
|
|
|
width: 300px;
|
2017-10-16 17:37:19 +02:00
|
|
|
}
|
2017-12-05 16:07:05 +01:00
|
|
|
|
|
|
|
td.updated-at {
|
|
|
|
font-size: 13px;
|
|
|
|
color: $grey;
|
|
|
|
text-align: right;
|
|
|
|
width: 190px;
|
|
|
|
|
|
|
|
> span {
|
|
|
|
opacity: 0;
|
|
|
|
|
|
|
|
&.highlighted {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
tr:hover .updated-at > span {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2017-10-16 17:37:19 +02:00
|
|
|
}
|