demarches-normaliennes/app/assets/stylesheets/new_design/dossier_champs.scss
Christophe Robillard 81fa1d0e89 utilise un ordre plus logique pour identite entreprise
homogenise l'affichage des valeurs monétaires
elargit la colonne libellé
2020-06-09 16:59:57 +02:00

32 lines
389 B
SCSS

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