ouidade 10 meses atrás
pai
commit
68527b07da

Diferenças do arquivo suprimidas por serem muito extensas
+ 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;
+                                                }
                                             }    
                                         }
                                         

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff