From 65d561c4272505ad0b1f187c5218b6b8ec31752a Mon Sep 17 00:00:00 2001 From: ouidade Date: Fri, 18 Oct 2024 11:52:44 +0200 Subject: [PATCH] padding fichier et css a --- web/themes/custom/eql/dist/assets/css/bundle.css | 9 +++++++++ web/themes/custom/eql/scss/global/_typography.scss | 12 +++++++++++- web/themes/custom/eql/scss/pages/_ressource.scss | 1 + 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index 5e362e5..1278d98 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -173,6 +173,14 @@ a { text-decoration: none; } +a.ext { + color: black; +} + +svg.ext { + display: none; +} + @media (max-width: 959px) { #block-headermenu { display: none; @@ -2423,6 +2431,7 @@ a { padding-left: 1rem; padding-top: 1rem; margin-bottom: 1rem; + padding: 1rem; } .page-node-type-ressource .layout__region--third .block-region-third .field--name-field-fichiers span:nth-of-type(2) { display: none; diff --git a/web/themes/custom/eql/scss/global/_typography.scss b/web/themes/custom/eql/scss/global/_typography.scss index d8f2a10..78bbc60 100644 --- a/web/themes/custom/eql/scss/global/_typography.scss +++ b/web/themes/custom/eql/scss/global/_typography.scss @@ -2,4 +2,14 @@ a { text-decoration: none; -} \ No newline at end of file + +} + +a.ext{ + color: black; +} + +svg.ext{ + display: none; +} + diff --git a/web/themes/custom/eql/scss/pages/_ressource.scss b/web/themes/custom/eql/scss/pages/_ressource.scss index 3cbde94..4035435 100644 --- a/web/themes/custom/eql/scss/pages/_ressource.scss +++ b/web/themes/custom/eql/scss/pages/_ressource.scss @@ -267,6 +267,7 @@ padding-left: 1rem; padding-top: 1rem; margin-bottom: 1rem; + padding: 1rem; span:nth-of-type(2){ display: none;