demarches-normaliennes/app/assets/stylesheets/new_design/dossier_champs.scss
2018-03-14 16:24:04 +01:00

32 lines
389 B
SCSS

@import "colors";
@import "constants";
.table.dossier-champs {
th,
td {
vertical-align: top;
}
.libelle {
width: 300px;
}
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;
}
}