23 lines
396 B
CSS
23 lines
396 B
CSS
.scheda-card{
|
|
padding: .75rem 1.25rem;
|
|
background-color: var(--light-card-background);
|
|
border-radius: 1em;
|
|
}
|
|
|
|
.scheda-body-section{
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 1rem;
|
|
}
|
|
|
|
.title-section{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.scheda-card-action{
|
|
display: flex;
|
|
gap: 1rem;
|
|
justify-content: center;
|
|
} |