demarches-normaliennes/app/assets/stylesheets/dossier_champs.scss
2024-11-05 19:02:31 +01:00

32 lines
394 B
SCSS

@import 'colors';
@import 'constants';
.table.dossier-champs {
th,
td {
vertical-align: top;
}
.libelle {
width: 325px;
}
td.updated-at {
font-size: 13px;
color: $dark-grey;
text-align: right;
width: 190px;
> span {
opacity: 0;
&.highlighted {
opacity: 1;
}
}
}
tr:hover .updated-at > span {
opacity: 1;
}
}