fix bug html--node.html.twig
This commit is contained in:
@@ -816,9 +816,11 @@ a {
|
||||
.field--name-field-partenaires a svg {
|
||||
display: none; }
|
||||
|
||||
.path-node.page-node-type-actualite .offresdeservices.layout-content.region-content#block-contenudelapageprincipale {
|
||||
background: none !important; }
|
||||
|
||||
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top {
|
||||
background: linear-gradient(to bottom, rgba(0, 158, 227, 0.2) 60%, white 40%);
|
||||
padding-right: 1rem;
|
||||
padding-bottom: 4rem; }
|
||||
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top {
|
||||
display: grid;
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
.path-node.page-node-type-actualite{
|
||||
.offresdeservices.layout-content.region-content#block-contenudelapageprincipale{
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
.layout--threecol-25-50-25{
|
||||
// display: grid;
|
||||
// grid-template-rows: repeat(6, auto);
|
||||
@@ -9,7 +13,7 @@
|
||||
// background-color: $background-actus;
|
||||
// height: 40vh;
|
||||
background: linear-gradient(to bottom, $background-actus 60%, white 40%);
|
||||
padding-right: 1rem;
|
||||
// padding-right: 1rem;
|
||||
padding-bottom: 4rem;
|
||||
.block-region-top{
|
||||
// position: relative;
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
node_type ? 'page-node-type-' ~ node_type|clean_class,
|
||||
|
||||
db_offline ? 'db-offline',
|
||||
'offresdeservices',
|
||||
|
||||
]
|
||||
%}
|
||||
<!DOCTYPE html>
|
||||
|
||||
Reference in New Issue
Block a user