소스 검색

Add top bar arrow transition

Denis K 9 년 전
부모
커밋
0d57a1d219
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      jet/static/jet/css/_top.scss

+ 2 - 0
jet/static/jet/css/_top.scss

@@ -60,11 +60,13 @@
         color: $top-icon-color;
         font-size: 24px;
         line-height: $top-height - 2px !important;
+        @include transition(color $transitions-duration);
       }
     }
 
     &.opened &-welcome-msg-arrow {
       color: $top-dropdown-icon-color;
+      @include transform(rotate(180deg));
     }
 
     &-contrast-block {