Browse Source

modif ux close

Kevin 3 years ago
parent
commit
29a83739f4

File diff suppressed because it is too large
+ 2 - 2
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


+ 4 - 1
user/themes/figureslibres/scss/theme/_start.scss

@@ -43,10 +43,12 @@ body{
           a{
             #icone_list{
               opacity: 0;
-              margin-left: -30px;
+              // margin-left: -30px;
+              width: 0px;
               z-index: 999;
               position: relative;
               display: inline-block;
+              transition: 0.5s width 0.5s ease, 0.5s opacity;
               .hamburger{
                 padding: 0;
                 margin-left: 10px;
@@ -66,6 +68,7 @@ body{
                 margin-left: 0px;
                 opacity: 1;
                 transition: 0.5s margin-left, 0.5s opacity;
+                width: 45px;
                 .hamburger{
                   padding: 0;
                   margin-left: 10px;

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