icône sur le bouton nouvelle grille

This commit is contained in:
2025-04-28 17:54:55 +02:00
parent 4fb2e70915
commit 50872aef31
2 changed files with 5 additions and 2 deletions

View File

@ -142,6 +142,9 @@ button[type='submit'] {
background: none;
font-family: inherit;
font-size: 1em;
display: flex;
align-items: center;
gap: 0.5em;
}
button[type="submit"]:hover {
@ -213,4 +216,4 @@ button[type="submit"]:active {
button[type="submit"]:active {
color: orchid;
}
}
}