Просмотр исходного кода

taille log header et debbugbar

ouidade 3 лет назад
Родитель
Сommit
f58029bc8f

+ 1 - 1
user/config/system.yaml

@@ -150,7 +150,7 @@ log:
   syslog:
     facility: local6
 debugger:
-  enabled: true
+  enabled: false
   provider: debugbar
   censored: false
   shutdown:

Разница между файлами не показана из-за своего большого размера
+ 20 - 7
user/themes/epau-antimatter/css-compiled/template.css


+ 36 - 13
user/themes/epau-antimatter/scss/template/_custom.scss

@@ -12,6 +12,7 @@
 
 .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 {
   padding-left: 3rem;
+  padding-right: 3rem;
 }
 
 #body > script:first-child + .grav-lightslider {
@@ -36,6 +37,11 @@
 #header.scrolled {
   padding-left: 2rem;
   padding-right: 2rem;
+  img {
+    @include transform(scale(0.85));
+    @extend .default-animation;
+
+  }
 
 }
 #header #navbar ul.navigation li a {
@@ -65,6 +71,14 @@
   font-weight: 900;
 }
 
+#header #navbar ul.navigation {
+
+}
+
+// #header #logo img.scrolled {
+//   height: 3.5rem!important;
+// }
+
 #logo {
   position: relative;
   display: flex;
@@ -76,23 +90,32 @@
   //     visibility: visible;
   //     @include transform(scale(0.75));
 	// 	  @extend .default-animation;
-  //   }
+  //
 
-    img {
+  img {
+    padding: 0.5rem;
+    height: 4rem !important;
+    margin:auto;
+
+    @media (max-width: 442px) {
+      height: 3rem!important;
+    }
+    @media (max-width: 1024px) {
+      height: 3.5rem!important;
+    }
+    #gouv {
+      padding-right: 2rem;
       padding: 0.5rem;
-      height: 3rem;
+      min-height: 4rem !important;
       margin:auto;
-      #gouv {
-        padding-right: 2rem;
-        padding: 0.5rem;
-        min-height: 4rem !important;
-        margin:auto;
-      }
-      #epau {
-      }
     }
+    #epau {
+    }
+
+  }
 }
 
+
 @media (max-width: 442px) {
   #header #navbar {
     position: absolute;
@@ -104,7 +127,7 @@
   }
   #header #logo {
     position: absolute;
-    left: -1rem;
+    left: -2rem;
   }
 
 }
@@ -359,11 +382,11 @@
   transition: max-height 1s ease; /* Transition CSS entre l'ouverture et la fermeture*/
   @media (max-width: 1024px) {
     max-height: 445px;
+  }
   @media (max-width:442px) {
     max-height: 400px;
   }
 
-  }
 }
 
 /*Style du module TEXTE lorsqu'il est ouvert*/

+ 1 - 1
user/themes/epau-antimatter/scss/template/_extensions.scss

@@ -1,5 +1,5 @@
 .default-animation {
-	@include transition(all 0.5s ease);
+	@include transition(all 0.5s ease-in-out);
 }
 
 .padding-horiz {

Некоторые файлы не были показаны из-за большого количества измененных файлов