Browse Source

Merge branch 'master' into prod

Kevin 3 years ago
parent
commit
4a00ce0ead

+ 1 - 1
fixperms.sh

@@ -1,5 +1,5 @@
 #!/bin/sh
-chown -R 1000:www-data .
+chown -R 1000:http .
 find . -type f -exec chmod 664 {} \;
 find ./bin -type f -exec chmod 775 {} \;
 find . -type d -exec chmod 775 {} \;

File diff suppressed because it is too large
+ 3 - 3
user/themes/figureslibres/css-compiled/theme.css


File diff suppressed because it is too large
+ 0 - 0
user/themes/figureslibres/css-compiled/theme.min.css


+ 1 - 2
user/themes/figureslibres/scss/theme/_sidebar.scss

@@ -16,7 +16,7 @@
   #icone_list{
     z-index: 1000;
     position: fixed;
-    top: 27px;
+    top: 20px;
     right: 20px;
   }
   .list-projets{
@@ -109,7 +109,6 @@
               background: $color_publique;
               transition: 0.6s background;
             }
-            &::before{}
           }
           &::before{
             min-width: 100%;

+ 2 - 2
user/themes/figureslibres/scss/theme/_start.scss

@@ -74,7 +74,7 @@ body{
                       transform: translate3d(0,5px,0) rotate(45deg);
                       transition: 0.8s 0.2s transform;
                       &:after{
-                        transform: translate3d(0,-10px,0) rotate(90deg);
+                        transform: translate3d(0,-20px,0) rotate(90deg);
                         transition: 1s 0.2s transform;
                       }
                     }
@@ -188,7 +188,7 @@ body{
             }
             #icone_list{
               position: absolute;
-              top: 0px;
+              top: 10px;
               right: 0;
               line-height: 0;
             }

Some files were not shown because too many files changed in this diff