diff --git a/web/themes/custom/reha/css/reha.css b/web/themes/custom/reha/css/reha.css index 2daf55e..5888ac0 100644 --- a/web/themes/custom/reha/css/reha.css +++ b/web/themes/custom/reha/css/reha.css @@ -169,6 +169,9 @@ html.js body { html.js body div.dialog-off-canvas-main-canvas div.layout-container { margin: 0 !important; } +svg.mailto { + display: none; } + /*partials*/ header { display: block; diff --git a/web/themes/custom/reha/scss/global/_reset.scss b/web/themes/custom/reha/scss/global/_reset.scss index 0e9d491..0998714 100644 --- a/web/themes/custom/reha/scss/global/_reset.scss +++ b/web/themes/custom/reha/scss/global/_reset.scss @@ -17,4 +17,8 @@ html.js body{ } html.js body div.dialog-off-canvas-main-canvas div.layout-container{ margin: 0 !important; +} + +svg.mailto{ + display: none; } \ No newline at end of file