- Fare LISTA MOVIMENTI più comprensibile
- Grafica Circuiti
This commit is contained in:
53
src/components/CSingleMovement/CSingleMovement.scss
Executable file
53
src/components/CSingleMovement/CSingleMovement.scss
Executable 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;
|
||||
}
|
||||
Reference in New Issue
Block a user