#1608 ajout des fond de couleur sidebar theme et ville

This commit is contained in:
armansansd 2021-12-07 15:15:08 +01:00
parent 00f4ec5e38
commit bb81983f8a
4 changed files with 101 additions and 37 deletions

File diff suppressed because one or more lines are too long

View File

@ -152,7 +152,7 @@
.views-field-field-dates-actu{ .views-field-field-dates-actu{
grid-row: 4; grid-row: 4;
} }
.views-field-field-date,{ .views-field-field-date{
grid-row: 3; grid-row: 3;
} }

View File

@ -2,42 +2,104 @@
//page ville sidebar //page ville sidebar
.programme-1{
.field_evenements_lies{ .block-region-third .field_ressources_liees{
background: $col-1;
article{ }
display: grid; }
padding-top: .5rem; .programme-2{
padding-bottom: .5rem;
.block-region-third .field_ressources_liees{
background: $col-2;
}
}
.programme-3{
.block-region-third .field_ressources_liees{
background: $col-eur;
}
}
.programme-4{
.block-region-third .field_ressources_liees{
background: $col-ter;
}
}
.programme-5{
.block-region-third .field_ressources_liees{
background: $col-mond;
}
}
.programme-6{
.block-region-third .field_ressources_liees{
background: $col-ter;
}
}
.programme-7{
.block-region-third .field_ressources_liees{
background: $col-met;
}
}
.block-region-third{
.field_evenements_lies, .field_ressources_liees{
color: white !important;
a{ a{
text-decoration: none; text-decoration: none;
} }
.field_programme{ article{
display: none; display: grid;
// display: inline-block; padding-top: .5rem;
// width: auto; padding-bottom: .5rem;
// color: transparent; .field_programme{
// font-weight: 600; display: none;
// text-transform: uppercase; // display: inline-block;
// font-size: .5rem; // width: auto;
// a{
// padding: .3rem .5rem; // color: transparent;
// } // font-weight: 600;
} // text-transform: uppercase;
h2{ // font-size: .5rem;
text-transform: none; // a{
color: white !important; // padding: .3rem .5rem;
grid-row: 2; // }
background: none; }
font-size: $font-normal; .field_sous_titre{
margin: 0; color: white !important;
}
} h2{
&.programme-6{ text-transform: none;
background: $col-ter; color: white !important;
} grid-row: 2;
} background: none;
font-size: $font-normal;
margin: 0;
}
&.programme-1{
background: $col-1;
}
&.programme-2{
background: $col-2;
}
&.programme-3{
background: $col-eur;
}
&.programme-4{
background: $col-ter;
}
&.programme-5{
background: $col-mond;
}
&.programme-6{
background: $col-ter;
}
&.programme-7{
background: $col-met;
}
}
}
} }

View File

@ -49,7 +49,7 @@
article{ article{
display: grid; display: grid;
>div{ >div{
grid-row: 1; //vgrid-row: 1;
text-transform: none; text-transform: none;
color: #fff !important; color: #fff !important;
background: none; background: none;
@ -267,6 +267,7 @@
#node\:field_equipes{ #node\:field_equipes{
margin-top: 1rem; margin-top: 1rem;
border-bottom: 3px dotted gray;
h2{ h2{
cursor: pointer; cursor: pointer;
display: grid; display: grid;
@ -276,6 +277,7 @@
font-size: 1rem; font-size: 1rem;
font-weight: 600; font-weight: 600;
text-transform: initial; text-transform: initial;
// text-align: center; // text-align: center;
} }