debugg js oppacity body

This commit is contained in:
2025-03-28 15:59:52 +01:00
parent b8e851e6f5
commit a9ed7254ea
7 changed files with 48 additions and 14 deletions

File diff suppressed because one or more lines are too long

View File

@@ -292,6 +292,11 @@ header .language-switcher-language-url ul .is-active {
header {
height: 100vh;
}
header header {
position: relative;
flex-direction: column;
height: auto !important;
}
}
header .contextual-region {
width: max-content;
@@ -806,13 +811,14 @@ footer {
@media (max-width: 891px) {
.layout-sidebar-first {
margin-left: 5%;
margin-top: 9rem;
top: 550px;
}
}
@media (max-width: 500px) {
.layout-sidebar-first {
width: 80%;
margin-top: 3rem;
position: relative;
top: 550px;
}
}
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeressourcespage-1,
@@ -831,6 +837,10 @@ footer {
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 h2::after {
content: " :";
}
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeressourcespage-1 .js-form-item input,
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 .js-form-item input {
max-width: 100%;
}
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeressourcespage-1 .js-form-type-select,
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 .js-form-type-select {
display: flex;
@@ -878,6 +888,7 @@ footer {
background-color: white;
border: solid black 0.5px;
width: 45%;
max-width: 100% !important;
padding: 0.3rem 0.2rem;
font-size: 0.7rem;
font-family: "gilroy-light";
@@ -3338,8 +3349,6 @@ body {
#page-node .content_container .node-type-actualite div .field_body {
order: 2;
padding-bottom: 2rem;
opacity: 1 !important;
display: block !important;
font-family: "gilroy-light";
}
#page-node .content_container .node-type-actualite div .field_body p {
@@ -4313,6 +4322,11 @@ main {
flex-direction: row;
align-items: center;
}
@media (max-width: 500px) {
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row {
margin-left: 5%;
}
}
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row:not(:last-of-type) {
border-bottom: solid black 0.5px;
}