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

34 lines
584 B
SCSS

@import 'colors';
@import 'constants';
.dossiers-table {
.fr-cell--fixed {
width: 1%; // never expand this cell when table is too wide
}
a:not(.fr-link) {
background-image: none; // remove DSFR underline
}
.fr-link {
font-size: inherit; // keep reduced size from .fr-table td, not 1rem from .fr-link
}
.fr-badge {
white-space: nowrap;
}
.follow-col {
.fr-btn {
margin-bottom: 0;
}
}
}
.file-hidden-by-user {
background-color: rgba(242, 137, 0, 0.6);
&:hover {
background-color: rgba(242, 137, 0, 0.6) !important;
}
}