소스 검색

smartphone faq

ouidade 3 년 전
부모
커밋
d9ac732fca
3개의 변경된 파일13개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 1
      web/themes/custom/eql/css-compiled/styles.css
  2. 5 1
      web/themes/custom/eql/css-prefixed/styles.css
  3. 3 1
      web/themes/custom/eql/scss/pages/_faq.scss

+ 5 - 1
web/themes/custom/eql/css-compiled/styles.css

@@ -1223,7 +1223,8 @@ a {
   margin-top: 8rem; }
   @media (max-width: 810px) {
     .path-faq #block-contenudelapageprincipale h2 {
-      margin-right: 5%; } }
+      margin-left: 6%;
+      margin-right: 1%; } }
 
 .path-faq #block-contenudelapageprincipale .block-region-content {
   display: grid;
@@ -1306,6 +1307,9 @@ a {
       .path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse {
         border-bottom: 1px solid #009ee3;
         padding-bottom: 2rem; }
+        @media (max-width: 810px) {
+          .path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse {
+            padding-bottom: 1rem; } }
         .path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-title {
           display: none; }
         .path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-question p {

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 5 - 1
web/themes/custom/eql/css-prefixed/styles.css


+ 3 - 1
web/themes/custom/eql/scss/pages/_faq.scss

@@ -120,6 +120,9 @@
                     .node-type-question_reponse{
                         border-bottom: 1px solid $blue-light;
                         padding-bottom: 2rem;
+                        @media (max-width: 810px){
+                            padding-bottom: 1rem;
+                        }
                         .field--name-title{
                             display: none;                 
                         }
@@ -135,7 +138,6 @@
                                     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)"  rotate="-45" fill="rgb(0,158,227)" stroke="rgb(0,158,227)" stroke-width="0.7"/></svg>');
                                     justify-self: flex-end;
                                     float: right;
-                                
                                 }
                             }
                            

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.