Преглед на файлове

display none svg bouton home

ouidade преди 3 години
родител
ревизия
7e22e1288c
променени са 2 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 2 0
      web/themes/custom/eql/css-compiled/styles.css
  2. 3 0
      web/themes/custom/eql/scss/pages/_home.scss

+ 2 - 0
web/themes/custom/eql/css-compiled/styles.css

@@ -348,6 +348,8 @@ a {
         text-transform: uppercase;
         font-weight: 700;
         color: #009ee3; }
+        .path-frontpage .block-region-content .block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca .field--type-link a .ext {
+          display: none; }
       .path-frontpage .block-region-content .block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca .field--type-link a::after {
         content: url('data:image/svg+xml,<svg width="40" height="20" xmlns="http://www.w3.org/2000/svg" version="1.1"><polyline points="71.9,49 24.3,49 24.3,51 71.9,51 58.1,64.8 59.5,66.2 75.7,50 59.5,33.8 58.1,35.2" transform="scale(0.5) translate(0,-25)"  fill="rgb(0,158,227)" stroke="rgb(0,158,227)" stroke-width="0.7"/></svg>'); }
   .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 {

+ 3 - 0
web/themes/custom/eql/scss/pages/_home.scss

@@ -126,6 +126,9 @@
                     text-transform: uppercase;
                     font-weight: 700;
                     color: $blue-light;
+                    .ext{
+                        display: none;
+                    }
         
                 } 
                 a::after{