- Fare LISTA MOVIMENTI più comprensibile

- Grafica Circuiti
This commit is contained in:
Surya Paolo
2024-10-02 03:46:40 +02:00
parent 1424060813
commit e29de7e0f6
47 changed files with 937 additions and 291 deletions

View File

@@ -0,0 +1,53 @@
.userfrom {
color: red;
}
.userto {
color: green;
}
.circuit {
color: blue;
}
.date {
color: gray;
}
.rigamov {
background-color: lightgray;
}
.causale {
margin-bottom: 8px;
}
.userto,
.userfrom {
white-space: pre-wrap;
/* Impedisce il wrapping del testo */
}
.q-item-section.d-flex {
display: flex;
align-items: center;
/* Allinea gli elementi al centro verticalmente */
}
.q-item__section--main ~ .q-item__section--side{
padding-left: 2px !important;
}
.q-item__section--side{
padding-right: 4px !important;
}
.schede-mov{
margin-top: 2px;
margin-bottom: 2px;
padding-top: 2px;
padding-bottom: 2px;
border: solid 1px blue;
border-radius: 20px;
}