Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
38 righe
732 B
38 righe
732 B
5 anni fa
|
.aui {
|
||
|
.panel-group {
|
||
|
.collapse_a {
|
||
|
@include display-flex();
|
||
|
@include justify-content(space-between);
|
||
|
@include align-items(center);
|
||
|
text-decoration: none;
|
||
|
|
||
|
.allegato-group__title {
|
||
|
flex: 1;
|
||
|
}
|
||
|
|
||
|
.num_allegati {
|
||
|
width: 30px;
|
||
|
height: 30px;
|
||
|
border-radius: 50%;
|
||
|
@include display-flex();
|
||
|
@include justify-content(center);
|
||
|
@include align-items(center);
|
||
|
color: $w;
|
||
|
|
||
|
&.green {
|
||
|
background-color: $green-menu;
|
||
|
}
|
||
|
&.red {
|
||
|
background-color: $red-logo;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.allegati-dettagli {
|
||
|
.accordion-group {
|
||
|
padding-left: 10px;
|
||
|
padding-right: 10px;
|
||
|
}
|
||
|
}
|
||
|
}
|