Taille Quantité dans commerces

Agrandissement pour mieux afficher jusqu'à 4 chiffres au cas
en cas d'objets en grande quantité, avec d'autres limités
This commit is contained in:
2023-01-16 23:20:29 +01:00
parent 86feb12811
commit f7595a1bfe
2 changed files with 13 additions and 2 deletions

View File

@ -391,6 +391,13 @@ table {border: 1px solid #7a7971;}
justify-content: center;
text-align: center;
}
span.equipement-detail-buttons {
margin: 0;
flex-grow: 1.5;
align-items: center;
justify-content: center;
text-align: center;
}
.equipement-button {
margin: 0;
flex-grow: 0.5;
@ -812,15 +819,19 @@ input:is(.number,.number-x,.number-x2,.number-x3,.number-x4,.number-x5) {
}
:is(input,select).number-x {
max-width: 1.4rem;
min-width: 1rem;
}
:is(input,select).number-x2 {
max-width: 2.4rem;
min-width: 2rem;
}
:is(input,select).number-x3 {
max-width: 3.4rem;
min-width: 3rem;
}
:is(input,select).number-x4 {
max-width: 4.4rem;
min-width: 4rem;
}
:is(input,select).number-x5 {
max-width: 4.4rem;