Skip to content

Commit c4d17be

Browse files
author
Phạm Ngọc Hòa
authored
format: dropdown menu
1 parent 6739ab5 commit c4d17be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Share/DropdownMenu.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ $t: .1s;
9090
.share-dropdown-menu-item {
9191
@for $i from 1 through $n {
9292
&:nth-of-type(#{$i}) {
93-
transition-delay: ($n - $i)*$t;
93+
transition-delay: ($n - $i)*$t;
9494
transform: translate3d(0, ($i - 1)*60px, 0);
9595
}
9696
}

0 commit comments

Comments
 (0)