id and color / type protagoniste

This commit is contained in:
2022-01-21 13:36:49 +01:00
parent c565e1a188
commit 7add543d1c
8 changed files with 224 additions and 46 deletions
+18 -3
View File
@@ -41,11 +41,26 @@
grid-column: 2 /span 3;
grid-row: 1;
text-transform: uppercase;
color: rgb(160, 26, 39);
// color: rgb(160, 26, 39);
font-weight: 900;
font-size: 0.8rem;
.type-de-protagoniste-5{
color: rgb(255, 0, 15);
}
.type-de-protagoniste-6{
color:rgb(160, 26, 39);
}
.type-de-protagoniste-7{
color: rgb(199, 215, 74);
}
.type-de-protagoniste-8{
color:rgb(255, 100, 83);
}
.type-de-protagoniste-9{
color:rgb(111, 109, 125);
}
}
.block-entity-fieldnodefield-prenom{
background: $white;
width: fit-content;
@@ -326,4 +341,4 @@
}
// }
}
}