浏览代码

css filters

ouidade 10 月之前
父节点
当前提交
68527b07da
共有 2 个文件被更改,包括 19 次插入3 次删除
  1. 5 0
      web/themes/custom/eql/dist/assets/css/bundle.css
  2. 14 3
      web/themes/custom/eql/scss/pages/ressources.scss

文件差异内容过多而无法显示
+ 5 - 0
web/themes/custom/eql/dist/assets/css/bundle.css


+ 14 - 3
web/themes/custom/eql/scss/pages/ressources.scss

@@ -129,6 +129,9 @@
                                         flex-direction: row;
                                         flex-wrap: wrap;
                                         margin-top: 1rem;
+                                        @media (max-width: 479px){
+                                            justify-content: center;
+                                        }
                                         .form-item{
                                             padding: 0.5rem;
                                             align-self: center;
@@ -138,6 +141,7 @@
                                         }
                                         select, input{
                                             padding: 0.3rem;
+                                            margin:0.5rem;
                                         }
                                      
                                         #edit-field-mots-clefs-target-id{
@@ -151,7 +155,11 @@
                                             flex-direction: column;
                                             justify-content: space-between;
                                             align-self: center;
-                                            vertical-align: middle;
+                                            margin-left: auto;
+                                            @media (max-width: 479px){
+                                                justify-content: center;
+                                                margin: auto;
+                                            }
                                             #edit-submit-base-de-donnees{
                                                 background-color: $blue-light; 
                                                 color: white;
@@ -161,8 +169,7 @@
                                                 margin-left: 2rem;
 
                                                 @media (max-width: 479px){
-                                                    margin-left: 0rem;
-                                                    margin-right: 2rem;
+                                                    margin: auto;
                                                     margin-top: 1rem;
                                                 }
                                             }
@@ -174,6 +181,10 @@
                                                 padding: 0.3rem 0.7rem;
                                                 margin-top: 1rem;
                                                 margin-left: 1rem;
+                                                @media (max-width: 479px){
+                                                    margin: auto;
+                                                    margin-top: 1rem;
+                                                }
                                             }    
                                         }
                                         

部分文件因为文件数量过多而无法显示