Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
fix(toast): Removing animation properties as these have to be customi…
Browse files Browse the repository at this point in the history
…sed by apps using dress code
  • Loading branch information
sambhav-gore committed May 13, 2016
1 parent 7287128 commit 2c078ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/styles/molecules/_toast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@
@mixin dc-toast {
padding: 0 $dc-space100 $dc-space75;
z-index: $dc-z-index100;
animation-duration: 4s;
}

@mixin dc-toast--top {
animation: dc-toast-animation--top;
animation-iteration-count: infinite;
animation-duration: 5s;
animation-iteration-count: 1;
animation-direction: forwards;
}

Expand Down

0 comments on commit 2c078ae

Please sign in to comment.