Explorar o código

Merge branch 'prod' of gogs-figureslibres.io:ouidade/dev-epau.archi.fr into prod

bach %!s(int64=4) %!d(string=hai) anos
pai
achega
06d957c018

+ 15 - 23
user/themes/epau-antimatter/css-compiled/template.css

@@ -817,11 +817,11 @@ ul.pagination {
   padding-left: 2rem;
   padding-right: 2rem; }
   #header.scrolled img {
-    -webkit-transform: scale(0.85);
-    -moz-transform: scale(0.85);
-    -ms-transform: scale(0.85);
-    -o-transform: scale(0.85);
-    transform: scale(0.85); }
+    -webkit-transform: scale(0.75);
+    -moz-transform: scale(0.75);
+    -ms-transform: scale(0.75);
+    -o-transform: scale(0.75);
+    transform: scale(0.75); }
 
 #header #navbar ul.navigation li a {
   font-family: "Sarabun", sans-serif;
@@ -847,12 +847,7 @@ ul.pagination {
 #logo {
   position: relative;
   display: flex;
-  flex-direction: row;
-  -webkit-transform: scale(0.75);
-  -moz-transform: scale(0.75);
-  -ms-transform: scale(0.75);
-  -o-transform: scale(0.75);
-  transform: scale(0.75); }
+  flex-direction: row; }
   #logo img {
     padding: 0.5rem;
     height: 4rem !important;
@@ -878,7 +873,10 @@ ul.pagination {
     padding-right: 0rem !important; }
   #header #logo {
     position: absolute;
-    left: -2rem; } }
+    left: -2rem; }
+  #logo img {
+    height: 3rem;
+    margin-left: 1rem; } }
 
 @media (max-width: 1024px) {
   .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
@@ -1224,12 +1222,13 @@ ul.pagination {
         padding: 5% 5% 5% 5%; } }
 
 #new-footer {
+  position: absolute;
   display: flex;
   flex-direction: column; }
   #new-footer .tothetop {
-    position: absolute;
+    position: relative;
     height: 1rem;
-    bottom: 16rem;
+    bottom: 3rem;
     text-align: center;
     left: 0;
     right: 0; }
@@ -1295,12 +1294,7 @@ ul.pagination {
         #new-footer .footer .footer-logos img {
           padding: 0.5rem; }
           #new-footer .footer .footer-logos img:last-of-type {
-            padding: 0.8rem; }
-    #new-footer .tothetop {
-      bottom: 37rem; } }
-  @media (max-width: 768px) {
-    #new-footer .tothetop {
-      bottom: 16rem !important; } }
+            padding: 0.8rem; } }
   @media (max-width: 1024px) {
     #new-footer .footer .contact img {
       max-height: 1.5rem; }
@@ -1313,9 +1307,7 @@ ul.pagination {
     #new-footer .footer .footer-logos img {
       padding: 0.5rem; }
       #new-footer .footer .footer-logos img:last-of-type {
-        padding: 0.8rem; }
-    #new-footer .tothetop {
-      bottom: 14rem; } }
+        padding: 0.8rem; } }
 
 button:focus {
   border: solid !important;

+ 19 - 17
user/themes/epau-antimatter/scss/template/_custom.scss

@@ -38,9 +38,8 @@
   padding-left: 2rem;
   padding-right: 2rem;
   img {
-    @include transform(scale(0.85));
-    @extend .default-animation;
-
+    @include transform(scale(0.75));
+	  @extend .default-animation;
   }
 
 }
@@ -83,7 +82,7 @@
   position: relative;
   display: flex;
   flex-direction: row;
-  @include transform(scale(0.75));
+  // @include transform(scale(0.75));
   // &.active {
   //   a:after {
   //     top: 0;
@@ -129,7 +128,10 @@
     position: absolute;
     left: -2rem;
   }
-
+  #logo img {
+    height: 3rem;
+    margin-left: 1rem;
+  }
 }
 
 @media (max-width: 1024px) {
@@ -719,15 +721,15 @@
 
 
 #new-footer {
-  // position:absolute;
+  position:absolute;
   display: flex;
   flex-direction: column;
 
   .tothetop {
-    position: absolute;
+    position: relative;
     // align-self: center;
     height: 1rem;
-    bottom: $footer-height + 10rem;
+    bottom: 3rem;
 		text-align: center;
 		left: 0;
 		right: 0;
@@ -817,14 +819,14 @@
         }
       }
     }
-    .tothetop {
-      bottom: $footer-height + 31rem;
-    }
+    // .tothetop {
+    //   bottom: $footer-height + 28rem;
+    // }
   }
   @media (max-width: 768px) {
-    .tothetop {
-      bottom: $footer-height + 10rem !important;
-    }
+    // .tothetop {
+    //   bottom: $footer-height + 10rem;
+    // }
   }
 
   @media (max-width: 1024px) {
@@ -844,9 +846,9 @@
         }
       }
     }
-    .tothetop {
-      bottom: $footer-height + 8rem;
-    }
+    // .tothetop {
+    //   bottom: $footer-height + 11rem;
+    // }
 
   }