Fix apertura fotocamera e fix codJcom interno

This commit is contained in:
2025-10-01 12:35:34 +02:00
parent 7359310c48
commit 36fe05e3c3
6 changed files with 94 additions and 26 deletions

View File

@@ -10,17 +10,17 @@
.activity-card.memo {
border-left: 5px solid var(--mud-palette-info-darken);
background-color: hsl(from var(--mud-palette-info-darken) h s 98%);
background-color: hsl(from var(--mud-palette-info-darken) h s 99%);
}
.activity-card.interna {
border-left: 5px solid var(--mud-palette-success-darken);
background-color: hsl(from var(--mud-palette-success-darken) h s 98%);
background-color: hsl(from var(--mud-palette-success-darken) h s 99%);
}
.activity-card.commessa {
border-left: 5px solid var(--mud-palette-warning);
background-color: hsl(from var(--mud-palette-warning) h s 98%);
background-color: hsl(from var(--mud-palette-warning) h s 99%);
}
.activity-left-section {