Merge ValidQuiz into master

pull/22/head^2
tomivt 3 months ago
commit e22c0973fe

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