fix bug node id 4
This commit is contained in:
@@ -192,9 +192,15 @@ a {
|
|||||||
color: #09398b;
|
color: #09398b;
|
||||||
text-transform: uppercase; }
|
text-transform: uppercase; }
|
||||||
.layout__region--second .block-entity-fieldnodefield-textes h4 {
|
.layout__region--second .block-entity-fieldnodefield-textes h4 {
|
||||||
text-transform: none !important; }
|
text-transform: none !important;
|
||||||
|
width: 25%; }
|
||||||
|
.layout__region--second .block-entity-fieldnodefield-textes h4 img {
|
||||||
|
width: 100%;
|
||||||
|
height: auto; }
|
||||||
.layout__region--second .block-entity-fieldnodefield-textes .field--type-text-long {
|
.layout__region--second .block-entity-fieldnodefield-textes .field--type-text-long {
|
||||||
padding-right: 2rem; }
|
padding-right: 2rem; }
|
||||||
|
.layout__region--second .block-entity-fieldnodefield-textes p {
|
||||||
|
margin-top: 0; }
|
||||||
|
|
||||||
.layout__region--third .block-entity-fieldnodefield-fichiers {
|
.layout__region--third .block-entity-fieldnodefield-fichiers {
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
@@ -658,6 +664,20 @@ a {
|
|||||||
color: white;
|
color: white;
|
||||||
background-color: #009ee3;
|
background-color: #009ee3;
|
||||||
text-transform: uppercase; }
|
text-transform: uppercase; }
|
||||||
|
.node-id-4 .layout__region--second {
|
||||||
|
width: 25%; }
|
||||||
|
.node-id-4 .layout__region--second .block-entity-fieldnodefield-textes {
|
||||||
|
background-color: white; }
|
||||||
|
.node-id-4 .layout__region--second .block-entity-fieldnodefield-textes .field--name-field-titre {
|
||||||
|
font-size: 1.5rem;
|
||||||
|
font-weight: 1000;
|
||||||
|
font-family: 'Source Code Pro';
|
||||||
|
color: #09398b;
|
||||||
|
text-transform: uppercase; }
|
||||||
|
.node-id-4 .layout__region--second .block-entity-fieldnodefield-textes h4 {
|
||||||
|
text-transform: none !important; }
|
||||||
|
.node-id-4 .layout__region--second .block-entity-fieldnodefield-textes .field--type-text-long {
|
||||||
|
padding-right: 2rem; }
|
||||||
|
|
||||||
.node-id-5 .region-content {
|
.node-id-5 .region-content {
|
||||||
background: url("../images/pictos/carre-contour-bleu_contact.svg");
|
background: url("../images/pictos/carre-contour-bleu_contact.svg");
|
||||||
@@ -817,18 +837,14 @@ header {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 1rem; }
|
padding: 1rem; }
|
||||||
#header-top .region-header-top-left ul li {
|
#header-top .region-header-top-left ul li a {
|
||||||
width: 200px; }
|
color: black; }
|
||||||
#header-top .region-header-top-left ul li a {
|
#header-top .region-header-top-left ul li .is-active {
|
||||||
color: black; }
|
color: #009ee3; }
|
||||||
#header-top .region-header-top-left ul li .is-active {
|
#header-top .region-header-top-left ul li :hover {
|
||||||
color: #009ee3; }
|
color: #009ee3; }
|
||||||
#header-top .region-header-top-left ul li :hover {
|
|
||||||
color: #009ee3; }
|
|
||||||
#header-top .region-header-top-left ul div:first-child li div {
|
#header-top .region-header-top-left ul div:first-child li div {
|
||||||
display: none; }
|
display: none; }
|
||||||
#header-top .region-header-top-left ul div:nth-child(2) li div {
|
|
||||||
display: none; }
|
|
||||||
#header-top .region-header-top-left :hover ul div:first-child li div {
|
#header-top .region-header-top-left :hover ul div:first-child li div {
|
||||||
display: block;
|
display: block;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
|||||||
@@ -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{
|
h4{
|
||||||
text-transform: none !important;
|
text-transform: none !important;
|
||||||
|
width: 25%;
|
||||||
|
img{
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.field--type-text-long{
|
.field--type-text-long{
|
||||||
padding-right: 2rem;
|
padding-right: 2rem;
|
||||||
}
|
}
|
||||||
|
p{
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ header{
|
|||||||
// padding-right: 2rem;
|
// padding-right: 2rem;
|
||||||
}
|
}
|
||||||
li{
|
li{
|
||||||
width: 200px;
|
// width: 200px;
|
||||||
a {
|
a {
|
||||||
color: $black;
|
color: $black;
|
||||||
}
|
}
|
||||||
@@ -83,9 +83,9 @@ header{
|
|||||||
ul div:first-child li div{
|
ul div:first-child li div{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
ul div:nth-child(2) li div{
|
// ul div:nth-child(2) li div{
|
||||||
display: none;
|
// display: none;
|
||||||
}
|
// }
|
||||||
// ul:is(.ul1 .sous-liste .ul2){
|
// ul:is(.ul1 .sous-liste .ul2){
|
||||||
// display: none;
|
// display: none;
|
||||||
// }
|
// }
|
||||||
|
|||||||
Reference in New Issue
Block a user