|
|
|
@ -92,16 +92,21 @@
@@ -92,16 +92,21 @@
|
|
|
|
|
} |
|
|
|
|
.tg_head_logo_dropdown:not(.open) .dropdown-toggle:hover .icon-bar:nth-child(1) { |
|
|
|
|
-webkit-transform: translateY(-1px); |
|
|
|
|
-moz-transform: translateY(-1px); |
|
|
|
|
-ms-transform: translateY(-1px); |
|
|
|
|
-o-transform: translateY(-1px); |
|
|
|
|
transform: translateY(-1px); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
.tg_head_logo_dropdown:not(.open) .dropdown-toggle:hover .icon-bar:nth-child(3) { |
|
|
|
|
-webkit-transform: translateY(1px); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tg_head_logo_dropdown.open .icon-bar:nth-child(1) { |
|
|
|
|
-webkit-transform: translate3d(0,-6px,0) rotate(-45deg); |
|
|
|
|
-moz-transform: translate3d(0,-6px,0) rotate(-45deg); |
|
|
|
|
-ms-transform: translate3d(0,-6px,0) rotate(-45deg); |
|
|
|
|
-o-transform: translate3d(0,-6px,0) rotate(-45deg); |
|
|
|
|
-webkit-transform: translate3d(0,6px,0) rotate(45deg); |
|
|
|
|
-moz-transform: translate3d(0,6px,0) rotate(45deg); |
|
|
|
|
-ms-transform: translate3d(0,6px,0) rotate(45deg); |
|
|
|
|
-o-transform: translate3d(0,6px,0) rotate(45deg); |
|
|
|
|
transform: translate3d(0,6px,0) rotate(45deg); |
|
|
|
|
} |
|
|
|
|
.tg_head_logo_dropdown.open .icon-bar:nth-child(2) { |
|
|
|
|