titre contact

This commit is contained in:
2021-12-17 09:29:50 +01:00
parent 01fa3ccc38
commit 346dfc1c5a
3 changed files with 67 additions and 3 deletions
+13 -2
View File
@@ -123,13 +123,24 @@
.block-region-third{
display: flex;
flex-direction: column;
width: 70%;
width: 70%;
.title-contact{
background: $blue-light;
color: $white;
text-transform: uppercase;
font-weight: 900;
font-size: 0.8rem;
padding-top: 1rem;
padding-left: 1rem;
padding-right: 1rem;
}
.block-entity-fieldnodefield-courriel{
background: $blue-light;
color: $white;
font-weight: 600;
padding-top: 1rem;
padding-left: 1rem;
padding-right: 1rem;
}