css page 1 actu

This commit is contained in:
2021-12-23 18:24:50 +01:00
parent 6d1b2cb5b5
commit b0cd881797
2 changed files with 69 additions and 44 deletions
@@ -67,35 +67,38 @@
}
}
.layout__region--first{
display: flex;
justify-content: end;
margin-top: 18rem;
.block-entity-fieldnodefield-textes{
.block-region-first{
display: flex;
width: 50%;
background-color: $white;
padding-right: 2rem;
.field--name-field-titre{
justify-content: end;
.block-entity-fieldnodefield-textes{
display: flex;
font-size: 1rem;
font-weight: 1000;
color: $blue-dark;
border-bottom: 1px solid $blue-light;
padding-bottom: 0.5rem;
padding-right: 1rem;
margin-top: 2rem;
margin-bottom: 0.8rem;
&:hover{
text-decoration: underline;
justify-content: end;
width: 50%;
background-color: $white;
padding-right: 2rem;
.field--name-field-titre{
display: flex;
font-size: 1rem;
font-weight: 1000;
color: $blue-dark;
border-bottom: 1px solid $blue-light;
padding-bottom: 0.5rem;
padding-right: 1rem;
// margin-top: 2rem;
margin-bottom: 0.8rem;
&:hover{
text-decoration: underline;
}
}
}
a.ext{
color: $black;
text-decoration: underline;
}
}
}
.layout__region--second{
// grid-row: 3;
@@ -103,6 +106,11 @@
margin-top: 18rem;
.block-region-second{
width: 90%;
.block-entity-fieldnodebody{
p{
margin-top: 0;
}
}
.block-entity-fieldnodefield-textes{
background-color: $white;
@@ -112,6 +120,8 @@
font-family: 'Source Code Pro';
color: $blue-dark;
text-transform: uppercase;
margin-top: 2rem;
margin-bottom: 0.8rem;
}
h4{
text-transform: none !important;
@@ -127,6 +137,14 @@
p{
margin-top: 0;
}
a{
color: $black;
text-decoration: underline;
svg{
display: none;
}
}
}
.block-entity-fieldnodebody{