소스 검색

modif ux close

Kevin 3 년 전
부모
커밋
29a83739f4

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2 - 2
user/themes/figureslibres/css-compiled/theme.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.