This commit is contained in:
armansansd 2022-04-27 13:57:42 +02:00
parent dcd24a9cdf
commit 963da608b5
3 changed files with 96 additions and 86 deletions

File diff suppressed because one or more lines are too long

View File

@ -695,7 +695,9 @@
text-transform: uppercase; text-transform: uppercase;
font-weight: 600; font-weight: 600;
margin-top: 1rem; margin-top: 1rem;
>div{
word-wrap: break-word;
}
a{ a{
text-decoration: none; text-decoration: none;
padding: .5rem; padding: .5rem;
@ -703,6 +705,12 @@
} }
} }
#node\:field_evenements_lies{
.field_evenements_lies{
color: black !important;
padding-left: .3rem;
}
}
} }
} }

View File

@ -1,43 +1,44 @@
//page ville sidebar //page ville sidebar
.programme-1{ .page-node-type-projet{
.programme-1{
.block-region-third .field_ressources_liees{ .block-region-third .field_ressources_liees{
background: $col-2; background: $col-2;
} }
} }
.programme-2{ .programme-2{
.block-region-third .field_ressources_liees{ .block-region-third .field_ressources_liees{
background: $col-2; background: $col-2;
} }
} }
.programme-3{ .programme-3{
.block-region-third .field_ressources_liees{ .block-region-third .field_ressources_liees{
background: $col-eur; background: $col-eur;
} }
} }
.programme-4{ .programme-4{
.block-region-third .field_ressources_liees{ .block-region-third .field_ressources_liees{
background: $col-1; background: $col-1;
} }
} }
.programme-5{ .programme-5{
.block-region-third .field_ressources_liees{ .block-region-third .field_ressources_liees{
background: $col-mond; background: $col-mond;
} }
} }
.programme-6{ .programme-6{
.block-region-third .field_ressources_liees{ .block-region-third .field_ressources_liees{
background: $col-ter; background: $col-ter;
} }
} }
.programme-7{ .programme-7{
.block-region-third .field_ressources_liees{ .block-region-third .field_ressources_liees{
background: $col-met; background: $col-met;
} }
} }
.block-region-third{ .block-region-third{
background-color: $bck-col; background-color: $bck-col;
.field_evenements_lies, .field_ressources_liees{ .field_evenements_lies, .field_ressources_liees{
color: white !important; color: white !important;
@ -90,4 +91,5 @@
} }
} }
}
} }