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

35 lines
584 B
SCSS
Raw Normal View History

2024-11-05 19:02:31 +01:00
@import 'colors';
@import 'constants';
2017-08-28 14:26:37 +02:00
.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;
}
}
2017-08-28 14:26:37 +02:00
}
2021-11-24 10:35:34 +01:00
.file-hidden-by-user {
background-color: rgba(242, 137, 0, 0.6);
&:hover {
background-color: rgba(242, 137, 0, 0.6) !important;
}
}