generated from Integry/Template_NetMauiBlazorHybrid
61 lines
1.3 KiB
CSS
61 lines
1.3 KiB
CSS
.contact-card {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
padding: 0 .5rem;
|
|
line-height: normal;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.contact-card.memo { border-left: 5px solid var(--mud-palette-info-darken); }
|
|
|
|
.contact-card.interna { border-left: 5px solid var(--mud-palette-success-darken); }
|
|
|
|
.contact-card.commessa { border-left: 5px solid var(--mud-palette-warning); }
|
|
|
|
.contact-left-section {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 1rem;
|
|
}
|
|
|
|
.title-section {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
}
|
|
|
|
.contact-hours { font-weight: 700; }
|
|
|
|
.contact-hours-section ::deep .mud-chip { margin: 5px 0 0 !important; }
|
|
|
|
.contact-body-section {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.title-section ::deep > .contact-title {
|
|
font-weight: 700 !important;
|
|
margin: 0 !important;
|
|
line-height: normal !important;
|
|
}
|
|
|
|
.contact-body-section ::deep > .contact-subtitle {
|
|
color: var(--mud-palette-gray-darker);
|
|
margin: .2rem 0 !important;
|
|
line-height: normal !important;
|
|
}
|
|
|
|
.contact-info-section {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.contact-right-section {
|
|
display: flex;
|
|
flex-direction: row;
|
|
gap: 1rem;
|
|
} |