Skip to content

Commit

Permalink
format: dropdown menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Phạm Ngọc Hòa authored Nov 5, 2019
1 parent 6739ab5 commit c4d17be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Share/DropdownMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ $t: .1s;
.share-dropdown-menu-item {
@for $i from 1 through $n {
&:nth-of-type(#{$i}) {
transition-delay: ($n - $i)*$t;
transition-delay: ($n - $i)*$t;
transform: translate3d(0, ($i - 1)*60px, 0);
}
}
Expand Down

0 comments on commit c4d17be

Please sign in to comment.