53 lines
734 B
SCSS
53 lines
734 B
SCSS
|
|
.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;
|
||
|
|
}
|