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.
58 righe
1.1 KiB
58 righe
1.1 KiB
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;
|
||
|
}
|
||
|
}
|
||
|
.arrow-icon {
|
||
|
transition: transform $speed;
|
||
|
}
|
||
|
}
|
||
|
.collapse_a.collapsed {
|
||
|
.arrow-icon {
|
||
|
transform: scaleY(-1) translateZ(0);
|
||
|
transition: transform $speed;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.panel-collapse {
|
||
|
overflow: hidden;
|
||
|
margin: 0 !important;
|
||
|
padding: 0 !important;
|
||
|
}
|
||
|
.collapse {
|
||
|
@media (min-width: 980px) {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.module-allegati {
|
||
|
.panel-group {
|
||
|
margin: 0;
|
||
|
padding: 0 15px
|
||
|
}
|
||
|
}
|
||
|
}
|