demarches-normaliennes/app/assets/stylesheets/dossier_champs.scss

33 lines
394 B
SCSS
Raw Normal View History

@import "colors";
@import "constants";
.table.dossier-champs {
2017-10-16 17:39:01 +02:00
th,
td {
vertical-align: top;
}
.libelle {
width: 325px;
}
td.updated-at {
font-size: 13px;
2020-06-11 14:33:15 +02:00
color: $dark-grey;
text-align: right;
width: 190px;
> span {
opacity: 0;
&.highlighted {
opacity: 1;
}
}
}
tr:hover .updated-at > span {
opacity: 1;
}
}