ouidade преди 5 месеца
родител
ревизия
0125402145

+ 0 - 1
web/themes/custom/eql/dist/assets/css/bundle.css

@@ -101,7 +101,6 @@
   top: 0%;
   left: 0%;
   width: 100%;
-  overflow: hidden;
   display: flex;
   flex-flow: row wrap;
 }

+ 1 - 1
web/themes/custom/eql/scss/global/_layout.scss

@@ -6,7 +6,7 @@
     top: 0%;
     left: 0%;
     width: 100%;
-    overflow: hidden;
+    // overflow: hidden;
     display: flex;
     flex-flow: row wrap;
     ;

+ 1 - 43
web/themes/custom/eql/scss/pages/_actualite.scss

@@ -16,24 +16,6 @@
                 display: grid;
                 grid-template-columns: 1fr repeat(8, 1fr) 1fr;
 
-                // .block-block-contente6f826c7-4a3e-479b-8e83-2245dee7f931{
-                //     grid-column: 1 / span 10;
-                //     width: 100%;
-                //     font-family: 'Marianne';
-                //     font-size: 1.5rem;
-                //     font-weight: 800;
-                //     color: $white;
-                //     background-color: $blue-light;
-                //     text-transform: uppercase;
-                //     padding-left: 13%;
-                //     padding-top: 1rem;
-                //     padding-bottom: 0.5rem;
-                //     vertical-align: middle;
-                //     a{
-                //         color:white;
-                //     }
-                // }
-                
                 .block-entity-fieldnodefield-actu-type{
                     order: 5;
                     grid-column: 2;
@@ -94,15 +76,6 @@
                         display: flex;
                         flex-direction: row;
                         justify-content: flex-start;
-                        // .field__item:not(:last-child):after{ 
-                        //     padding-right: 1rem;
-                        //     padding-left: 1rem;
-                        //     content: "|";
-                        // }
-                        // @media (max-width: 810px){
-                        //     margin-left: 10%;
-                        //     font-size: 1rem;
-                        // }
                     }
                 }
 
@@ -123,7 +96,6 @@
                     order: 6;
                     grid-column: 5 / span 3;  
                     width: 600px;    
-                    // background: red;             
               
                     img{
                         padding-top: 2rem;
@@ -132,15 +104,7 @@
                         object-fit: contain;
                         
                     }
-                    // @media (max-width: 1008px){
-                    //     // width: 100%;
-                    //     img{
-                    //         padding-top: 2rem;
-                    //         width: 100%;
-                    //         // max-height: 400px;
-                    //         object-fit: contain;
-                    //     }
-                    // }
+
                     @media (max-width: 568px){
                         grid-column: 3 /span 8;
                     }
@@ -148,7 +112,6 @@
                         grid-column: 2 /span 8;
                     }
                     blockquote{
-                        // margin-left: 0em;
                         font-size: 0.8rem;
                         text-align: center;
                         @media (max-width: 810px){
@@ -174,8 +137,6 @@
         }
         .layout__region--first{
             
-            // margin-top: 18rem;
-
             .block-region-first{
                 display: flex;
                 justify-content: flex-end;
@@ -197,7 +158,6 @@
                         border-bottom: 1px solid $blue-light;
                         padding-bottom: 0.5rem;
                         padding-right: 1rem;
-                        // margin-top: 2rem;
                         margin-bottom: 0.8rem;
         
                         &:hover{
@@ -213,9 +173,7 @@
             }
         }
         .layout__region--second{ 
-            // grid-row: 3; 
             flex: 0 1 50%;
-            // margin-top: 18rem;
             .block-region-second{
                 width: 90%;
                 @media (max-width:810px) {