Code Smells from wwwroot/css
continuous-integration/drone/push Build is passing Details

master
tomivt 2 months ago
parent 7885b8c724
commit 15392ab08a

@ -227,35 +227,11 @@ p {
color: red; color: red;
} }
table {
border-collapse: collapse;
width: 100%;
}
td { td {
padding: 10px 20px; padding: 10px 20px;
border: none; 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;
}
.imageProfil { .imageProfil {
height: auto; height: auto;

Loading…
Cancel
Save