refactor(admin): fix exports invitation list, also use dsfr toggle

This commit is contained in:
Colin Darie 2024-11-13 19:05:05 +01:00
parent 77f88bbbbe
commit bae0009120
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4
4 changed files with 110 additions and 112 deletions

View file

@ -46,17 +46,3 @@
}
}
}
.force-table-100 {
width: calc(100vw);
}
.fr-table--bordered {
.table {
&.hoverable {
tbody tr:hover {
background-color: var(--hover);
}
}
}
}