@ -201,3 +201,33 @@ p {
border: none;
font-size: 15px;
}
table {
border-collapse: collapse;
width: 100%;
td {
padding: 10px 20px;
.boutons {
display: flex;
justify-content: space-between;
gap: 10px;
.boutons button {
background-color: transparent;
padding: 5px;
cursor: pointer;
.boutons button img {
width: 24px;
height: 24px;
object-fit: contain;