diff --git a/src/styles/components/_bar.scss b/src/styles/components/_bar.scss index 405eaf9b..f1903eea 100644 --- a/src/styles/components/_bar.scss +++ b/src/styles/components/_bar.scss @@ -199,30 +199,16 @@ @keyframes shakeityeah { 0% { transform: translate(2px, 1px) rotate(0deg); } - 2% { transform: translate(-1px, -2px) rotate(-1deg); } - 4% { transform: translate(-3px, 0) rotate(1deg); } - 4% { transform: translate(-3px, 0) rotate(1deg); } - 8% { transform: translate(0, 2px) rotate(0deg); } - 8% { transform: translate(0, 2px) rotate(0deg); } - 10% { transform: translate(1px, -1px) rotate(1deg); } - 12% { transform: translate(-1px, 2px) rotate(-1deg); } - 14% { transform: translate(-3px, 1px) rotate(0deg); } - 16% { transform: translate(2px, 1px) rotate(-1deg); } - 18% { transform: translate(-1px, -1px) rotate(1deg); } - 20% { transform: translate(2px, 2px) rotate(0deg); } - 22% { transform: translate(1px, -2px) rotate(-1deg); } - - 24% { transform: translate(0, 0) rotate(0deg); } 24% { transform: translate(0, 0) rotate(0deg); } } diff --git a/src/styles/components/_chat.scss b/src/styles/components/_chat.scss index 7a15c88e..b654af85 100644 --- a/src/styles/components/_chat.scss +++ b/src/styles/components/_chat.scss @@ -557,9 +557,7 @@ @keyframes newmessage { 0% {background-color: $actioncolor1;} - 50% {background-color: $componentbg;} - 100% {background-color: $actioncolor1;} }