diff --git a/web/themes/custom/reha/css/reha.css b/web/themes/custom/reha/css/reha.css index 7224b52..6f904cf 100644 --- a/web/themes/custom/reha/css/reha.css +++ b/web/themes/custom/reha/css/reha.css @@ -204,6 +204,9 @@ html.js body div.dialog-off-canvas-main-canvas div.layout-container { svg.mailto { display: none; } +svg.ext { + display: none; } + @media (max-width: 800px) { header #block-reha-logoministere { padding-left: 2rem; } } diff --git a/web/themes/custom/reha/scss/global/_reset.scss b/web/themes/custom/reha/scss/global/_reset.scss index 0998714..a845e30 100644 --- a/web/themes/custom/reha/scss/global/_reset.scss +++ b/web/themes/custom/reha/scss/global/_reset.scss @@ -21,4 +21,7 @@ html.js body div.dialog-off-canvas-main-canvas div.layout-container{ svg.mailto{ display: none; +} +svg.ext{ + display: none; } \ No newline at end of file