Aggiunta login

This commit is contained in:
2025-05-09 14:43:46 +02:00
parent ea52494dfb
commit eb1dc8daa2
22 changed files with 440 additions and 534 deletions

View File

@@ -1,5 +1,4 @@
.activity-card {
background: var(--mud-palette-background-gray);
width: 100%;
display: flex;
flex-direction: row;
@@ -16,6 +15,11 @@
.activity-card.commessa { border-left: 5px solid var(--mud-palette-warning); }
.activity-left-section {
display: flex;
align-items: center;
}
.activity-hours-section {
width: min-content;
display: flex;
@@ -29,7 +33,7 @@
.activity-body-section {
width: fit-content;
margin: 0 .5rem;
margin: 0 1rem;
display: flex;
flex-direction: column;
}