From 358b9ee7903c727bc9251f93d36bf901ad6e2cd0 Mon Sep 17 00:00:00 2001 From: ouidade Date: Tue, 27 Jun 2023 18:24:51 +0200 Subject: [PATCH] css liens ressources pages static --- web/themes/custom/eql/css-compiled/styles.css | 1 - web/themes/custom/eql/scss/pages/_static.scss | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index f9f015d..902c56d 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -353,7 +353,6 @@ a { .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource { border: 2px solid #009ee3; background-color: white; - margin-left: 1rem; margin-bottom: 1rem; padding: 1rem; } .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource div { diff --git a/web/themes/custom/eql/scss/pages/_static.scss b/web/themes/custom/eql/scss/pages/_static.scss index 7d29881..805eb2d 100644 --- a/web/themes/custom/eql/scss/pages/_static.scss +++ b/web/themes/custom/eql/scss/pages/_static.scss @@ -228,7 +228,7 @@ .node-type-ressource{ border: 2px solid $blue-light; background-color: $white; - margin-left: 1rem; + // margin-left: 1rem; margin-bottom: 1rem ; padding: 1rem; div{