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.
178 righe
3.5 KiB
178 righe
3.5 KiB
.aui { |
|
.form-navigator { |
|
background-color: $w; |
|
border: none; |
|
border-radius: 0; |
|
box-shadow: none; |
|
|
|
.title-fascicolo { |
|
font-size: em(30px); |
|
} |
|
|
|
li.tab.active { |
|
background-color: $red-selected; |
|
a, a:focus, a:active, a:visited { |
|
color: $w; |
|
background-color: $red-selected; |
|
} |
|
|
|
} |
|
li.tab a { |
|
padding-top: 5px; |
|
padding-bottom: 5px; |
|
} |
|
li.nav-header { |
|
font-size: em(18px); |
|
font-weight: bold; |
|
text-transform: uppercase; |
|
margin: 0; |
|
color: $w; |
|
background-color: $table-header; |
|
padding: em(10px, 18px) em(15px, 18px); |
|
} |
|
li { |
|
border-top: none; |
|
border-bottom: none; |
|
border-left: 1px solid #A9A9A9; |
|
border-right: 1px solid #A9A9A9; |
|
|
|
} |
|
li:first-child { |
|
border-top: 1px solid #A9A9A9; |
|
} |
|
li:last-child { |
|
border-bottom: 1px solid #A9A9A9; |
|
} |
|
|
|
.accordion { |
|
border-left: 1px solid #A9A9A9; |
|
border-right: 1px solid #A9A9A9; |
|
border-bottom: 1px solid #A9A9A9; |
|
|
|
ul.lfr-menu-expanded li { |
|
padding: 5px 15px; |
|
border: none; |
|
} |
|
|
|
} |
|
} |
|
|
|
.form-navigator-content { |
|
padding-top: 19px; |
|
|
|
.fasciolo_page_title { |
|
font-size: em(30px); |
|
padding-left: 15px; |
|
padding-right: 15px; |
|
} |
|
|
|
.fascicolo-header { |
|
padding-bottom: 10px; |
|
.accordion-heading { |
|
background-color: $w !important; |
|
border-bottom: none; |
|
padding-bottom: 0px; |
|
position: relative; |
|
|
|
.title-text { |
|
background-color: $w; |
|
position: absolute; |
|
top: 0; |
|
@include transform(translateY(-50%)); |
|
left: 10px; |
|
padding-right: 5px; |
|
padding-left: 5px; |
|
text-transform: uppercase; |
|
font-weight: bold; |
|
} |
|
} |
|
.accordion-inner { |
|
.row { |
|
padding: 5px 0; |
|
} |
|
} |
|
} |
|
|
|
.fasciolo_page_title { |
|
border-bottom: 1px solid $table-header; |
|
} |
|
} |
|
|
|
.module-group { |
|
padding-top: 15px; |
|
|
|
.accordion-group.lfr-panel:not(.lfr-panel-extended) { |
|
.accordion-heading { |
|
background-color: $w !important; |
|
border-bottom: none; |
|
padding-bottom: 0px; |
|
position: relative; |
|
|
|
.title-text { |
|
background-color: $w; |
|
position: absolute; |
|
top: 0; |
|
@include transform(translateY(-50%)); |
|
left: 10px; |
|
padding-right: 5px; |
|
padding-left: 5px; |
|
text-transform: uppercase; |
|
font-weight: bold; |
|
} |
|
} |
|
|
|
.accordion-inner { |
|
.container-fluid { |
|
.fascicolo_header_row { |
|
padding: 5px 0px; |
|
border-bottom: 1px solid $table-header; |
|
font-weight: bold; |
|
line-height: 1; |
|
} |
|
|
|
.row:nth-child(even) { |
|
padding: 5px 0px; |
|
} |
|
.row:last-child { |
|
padding: 5px 0px; |
|
} |
|
} |
|
|
|
.tipologia-intervento-container { |
|
ul { |
|
padding-left: 15px; |
|
} |
|
} |
|
|
|
.prog-description { |
|
padding-left: 15px; |
|
padding-right: 15px; |
|
padding-bottom: 15px; |
|
} |
|
|
|
.lfr-search-container { |
|
.table { |
|
th.table-first-header, td.first { |
|
text-align: center; |
|
} |
|
} |
|
} |
|
} |
|
|
|
} |
|
} |
|
|
|
.module-group.first { |
|
padding-top: 15px; |
|
} |
|
|
|
.action_fascicolo_bo { |
|
.accordion-inner { |
|
.lfr-menu-list { |
|
li:first-child { |
|
display: none; |
|
} |
|
} |
|
} |
|
} |
|
}
|
|
|