Allegati e modifica moduli da frontend

This commit is contained in:
2025-01-06 19:59:56 +01:00
parent b300cf2d54
commit 1b81b34df9
46 changed files with 1137 additions and 35 deletions

View File

@ -1006,9 +1006,11 @@ h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
/* modulo switch language */
@media(min-width:992px){
.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone.normalizeflex .it-search-wrapper.mod-finder_nolightbox {
margin: 0 80px;
margin: 0 42px;
}
}
.mod-lingua img{
padding-right: 5px;
}
@ -1061,7 +1063,19 @@ h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
button.search-link{
border:0;
background: transparent;
background: #000;
padding: 10px;
border-radius: 50px;
}
button.search-link svg{
fill: #fff;
}
button.search-link:hover{
background:#CC334B;
}
@media(max-width:991px){
@ -2503,4 +2517,36 @@ text-decoration: none;
.container.hl-statico {
--bs-gutter-x: 72px;
}
}
.allegati{
margin-top: 4rem;
}
.allegati .fields-container{
--bs-gutter-x: 24px;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(-1* var(--bs-gutter-y));
margin-right: calc(-0.5* var(--bs-gutter-x));
margin-left: calc(-0.5* var(--bs-gutter-x));
position: relative;
}
.allegati .fields-container h3.h6{
position: absolute;
top: -35px;
z-index: 2;
display: block;
padding-left: .5rem;
}
.allegati .fields-container a{
font-weight: 600;
}
.allegati .fields-container .card-icon-content{
line-height: 1.3rem;
padding-top: 8px;
}

View File

@ -202,12 +202,12 @@ a:hover{
.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul .icon,
.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon svg{
fill: #455b71;
fill: #000;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone,
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a{
color: #17324d;
color: #000;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon {
@ -215,8 +215,12 @@ a:hover{
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul li a:hover{
fill: #455b71;
color:#455b71;;
fill: #000!important;
color:#000;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul li a:hover svg{
fill:#CC334B;
}
.awesomplete{

View File

@ -172,6 +172,10 @@ ul.navbar-nav li.nav-item ul.link-list ul.link-list{
min-width: auto;
}
.navbar .dropdown-menu .link-list-wrapper ul li.active a span{
color: #CC334B;
}
ul.navbar-nav li.nav-item ul li.nav-item.divider.deeper.dropdown.parent, ul.navbar-nav li.nav-item ul li.nav-item.divider{
/*display: contents;*/
height: 100%;