correction maud

This commit is contained in:
armansansd
2021-08-28 00:21:15 +02:00
parent 7bb4d86582
commit ec6ce93924
3 changed files with 210 additions and 15 deletions

View File

@@ -1,13 +1,13 @@
.page-node-type-theme{
.page-node-type-theme, .page-node-type-projet{
//tmp hidden
.block-region-first{
visibility: hidden;
}
.block-region-third{
margin-top: 30rem;
}
#node\:title:before{
content: "théme";
clear: both;
display: block;
width: 100%;
@@ -15,6 +15,57 @@
text-transform: uppercase;
margin-bottom: .8rem;
}
///
.field_programme{
display: inline-block;
background: gray;
margin-bottom: 1rem;
color: white;
font-weight: 600;
padding: .3rem .5rem;
a{
text-decoration: none;
}
}
&.programme-1{
.field_programme{
background: $col-1;
}
}
&.programme-2{
.field_programme{
background: $col-2;
}
}
&.programme-3{
.field_programme{
background: $col-eur;
}
}
&.programme-4{
.field_programme{
background: $col-met;
}
}
&.programme-5{
.field_programme{
background: $col-mond;
}
}
&.programme-6{
.field_programme{
background: $col-ter;
}
}
&.programme-7{
.field_programme{
background: $col-met;
}
}
///
#node\:title{
margin: 0;
font-size: $font-large;
@@ -22,8 +73,9 @@
font-weight: 600;
margin-bottom: 1rem;
}
#node\:field_image{
#node\:field_image,.field_diaporama{
width: 150%;
margin-bottom: 1rem;
img{
width: 100%;
}
@@ -47,5 +99,76 @@
}
}
}
//équipe tmp
#node\:field_equipes{
.field_equipes{
.paragraph{
display: grid;
.field_membres{
grid-row: 2;
>div:first-child{
display: none;
}
.paragraph{
display: block !important;
.field_nom{
display: inline-block;
width: auto;
>div:first-child{
display: none;
}
div:nth-of-type(2){
display: inline-block;
width: auto;
}
}
.field_prenom{
display: inline-block;
>div:first-child{
display: none;
}
div:nth-of-type(2){
display: inline-block;
width: auto;
}
}
.field_fonction{
>div:first-child{
display: none;
}
}
margin-bottom: 1rem;
}
margin-bottom: 1rem;
}
.field_type_equipe{
grid-row: 1;
font-weight: 600;
font-size: $font-medium;
margin-bottom: .5rem;
div:first-child{
display: none;
}
}
}
}
}
}
.page-node-type-projet{
#node\:title:before{
content: "ville";
}
}
.page-node-type-theme{
#node\:title:before{
content: "théme";
}
}