2024-11-05 19:02:31 +01:00
|
|
|
@import 'colors';
|
|
|
|
@import 'constants';
|
2017-08-28 14:26:37 +02:00
|
|
|
|
2024-11-12 17:04:30 +01:00
|
|
|
.dossiers-table {
|
2024-11-25 12:44:09 +01:00
|
|
|
.fr-cell--fixed {
|
|
|
|
width: 1%; // never expand this cell when table is too wide
|
|
|
|
}
|
|
|
|
|
2024-11-25 12:33:53 +01:00
|
|
|
a:not(.fr-link) {
|
2022-10-06 13:02:25 +02:00
|
|
|
background-image: none; // remove DSFR underline
|
|
|
|
}
|
|
|
|
|
2024-11-25 12:33:53 +01:00
|
|
|
.fr-link {
|
|
|
|
font-size: inherit; // keep reduced size from .fr-table td, not 1rem from .fr-link
|
|
|
|
}
|
|
|
|
|
2023-03-23 12:47:45 +01:00
|
|
|
.fr-badge {
|
2022-11-29 17:21:50 +01:00
|
|
|
white-space: nowrap;
|
2017-11-01 20:40:33 +01:00
|
|
|
}
|
|
|
|
|
2019-01-16 15:34:38 +01:00
|
|
|
.follow-col {
|
2022-10-06 14:03:02 +02:00
|
|
|
.fr-btn {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2019-01-16 15:34:38 +01:00
|
|
|
}
|
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;
|
|
|
|
}
|
|
|
|
}
|