11 lines
236 B
CSS
11 lines
236 B
CSS
.ispezione ::deep .expansion-panel .mud-expand-panel-content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 1.5rem;
|
|
}
|
|
|
|
.action-scheda-group {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
} |