Procházet zdrojové kódy

Add top bar arrow transition

Denis K před 9 roky
rodič
revize
0d57a1d219
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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 {