Showing
1 changed file
with
3 additions
and
3 deletions
@@ -196,9 +196,9 @@ export default { | @@ -196,9 +196,9 @@ export default { | ||
196 | background-color: #fff; | 196 | background-color: #fff; |
197 | transform: scale(0.9); | 197 | transform: scale(0.9); |
198 | 198 | ||
199 | - &.anim { | ||
200 | - animation: animateDialog 0.5s cubic-bezier(0.03, 1.58, 0.79, 0.96) forwards; | ||
201 | - } | 199 | + &.anim { |
200 | + animation: animateDialog 0.5s cubic-bezier(0.03, 1.58, 0.79, 0.96) forwards; | ||
201 | + } | ||
202 | } | 202 | } |
203 | 203 | ||
204 | .change-bid-price-container { | 204 | .change-bid-price-container { |
-
Please register or login to post a comment