From b5b9caa1839717692d5bd772b699d2d9b2d81f50 Mon Sep 17 00:00:00 2001 From: Janne Koivistoinen Date: Fri, 8 Dec 2017 15:59:37 +0200 Subject: [PATCH] update tests --- src/components/Topbar/Topbar.css | 11 ++++++++--- src/components/TopbarDesktop/TopbarDesktop.css | 11 ++++++++--- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/src/components/Topbar/Topbar.css b/src/components/Topbar/Topbar.css index 107ab415..3f452600 100644 --- a/src/components/Topbar/Topbar.css +++ b/src/components/Topbar/Topbar.css @@ -110,10 +110,15 @@ transform: scale(0); } - @keyframes notificationPop { - 0% {transform: scale(0); opacity: 0;} - 100% {transform: scale(1); opacity: 1;} + 0% { + transform: scale(0); + opacity: 0; + } + 100% { + transform: scale(1); + opacity: 1; + } } .desktop { diff --git a/src/components/TopbarDesktop/TopbarDesktop.css b/src/components/TopbarDesktop/TopbarDesktop.css index 16158239..11ae3248 100644 --- a/src/components/TopbarDesktop/TopbarDesktop.css +++ b/src/components/TopbarDesktop/TopbarDesktop.css @@ -171,10 +171,15 @@ transform: scale(0); } - @keyframes notificationPop { - 0% {transform: scale(0); opacity: 0;} - 100% {transform: scale(1); opacity: 1;} + 0% { + transform: scale(0); + opacity: 0; + } + 100% { + transform: scale(1); + opacity: 1; + } } /* Profile menu */