un mesage

This commit is contained in:
2026-04-02 17:21:25 +02:00
parent bf441546ed
commit 0704caa03f
3 changed files with 24 additions and 2 deletions

View File

@@ -317,6 +317,23 @@ ul {
flex:1;
}
.recette-list-buttons {
display: flex;
flex-direction: row-reverse;
}
.recette-button {
border: 1px solid black;
border-radius: 10px;
padding : 10px;
box-shadow: 1px 1px 1px black;
background-color: blanchedalmond;
}
.recette-button:hover{
background-color: rgb(243, 215, 174);
}
.recette-liste-info-elem {
text-align: left;
padding: 4px;