field document

This commit is contained in:
armansansd 2021-10-21 10:27:42 +02:00
parent 5d53c41809
commit 582191ece9
2 changed files with 24 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -195,6 +195,9 @@
&.programme-1{ &.programme-1{
#node\:field_document .field_document{
background:$col-2;
}
article{ article{
h2,h3,h4,h5,h6,.field_titre{ h2,h3,h4,h5,h6,.field_titre{
color: $col-2; color: $col-2;
@ -205,6 +208,9 @@
} }
} }
&.programme-2{ &.programme-2{
#node\:field_document .field_document{
background:$col-2;
}
article{ article{
h2,h3,h4,h5,h6,.field_titre{ h2,h3,h4,h5,h6,.field_titre{
color: $col-2; color: $col-2;
@ -215,6 +221,9 @@
} }
} }
&.programme-3{ &.programme-3{
#node\:field_document .field_document{
background:$col-eur;
}
article{ article{
h2,h3,h4,h5,h6,.field_titre{ h2,h3,h4,h5,h6,.field_titre{
color: $col-eur; color: $col-eur;
@ -226,6 +235,9 @@
} }
} }
&.programme-4{ &.programme-4{
#node\:field_document .field_document{
background:$col-1;
}
article{ article{
h2,h3,h4,h5,h6,.field_titre{ h2,h3,h4,h5,h6,.field_titre{
color: $col-1; color: $col-1;
@ -237,6 +249,9 @@
} }
} }
&.programme-5{ &.programme-5{
#node\:field_document .field_document{
background:$col-mond;
}
article{ article{
h2,h3,h4,h5,h6,.field_titre{ h2,h3,h4,h5,h6,.field_titre{
color: $col-mond; color: $col-mond;
@ -248,6 +263,9 @@
} }
} }
&.programme-6{ &.programme-6{
#node\:field_document .field_document{
background:$col-ter;
}
article{ article{
h2,h3,h4,h5,h6,.field_titre{ h2,h3,h4,h5,h6,.field_titre{
color: $col-ter; color: $col-ter;
@ -259,6 +277,9 @@
} }
} }
&.programme-7{ &.programme-7{
#node\:field_document .field_document{
background:$col-met;
}
article{ article{
h2,h3,h4,h5,h6,.field_titre{ h2,h3,h4,h5,h6,.field_titre{
color: $col-met; color: $col-met;
@ -352,7 +373,8 @@
.field_document{ .field_document{
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
.paragraph{ .paragraph{
margin-bottom: 1rem; margin-bottom: 2rem;
color: white;
} }
.field_titre{ .field_titre{
font-weight: 600; font-weight: 600;