소스 검색

css contacts

ouidade 1 년 전
부모
커밋
4add353075
2개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      web/themes/custom/reha/css/reha.css
  2. 4 0
      web/themes/custom/reha/scss/global/_reset.scss

+ 3 - 0
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;

+ 4 - 0
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;
 }