fix bug node id 4

This commit is contained in:
2021-12-02 16:22:32 +01:00
parent 6f6a1545eb
commit 0ea8885a94
4 changed files with 60 additions and 15 deletions
@@ -23,4 +23,25 @@
}
}
.layout__region--second{ // paragraphe texte
width: 25%;
.block-entity-fieldnodefield-textes{
background-color: $white;
.field--name-field-titre{
font-size: 1.5rem;
font-weight: 1000;
font-family: 'Source Code Pro';
color: $blue-dark;
text-transform: uppercase;
}
h4{
text-transform: none !important;
}
.field--type-text-long{
padding-right: 2rem;
}
}
}
}
@@ -58,10 +58,18 @@
}
h4{
text-transform: none !important;
width: 25%;
img{
width: 100%;
height: auto;
}
}
.field--type-text-long{
padding-right: 2rem;
}
p{
margin-top: 0;
}
}
}
@@ -68,7 +68,7 @@ header{
// padding-right: 2rem;
}
li{
width: 200px;
// width: 200px;
a {
color: $black;
}
@@ -83,9 +83,9 @@ header{
ul div:first-child li div{
display: none;
}
ul div:nth-child(2) li div{
display: none;
}
// ul div:nth-child(2) li div{
// display: none;
// }
// ul:is(.ul1 .sous-liste .ul2){
// display: none;
// }