From f9a89d250264c7a961965ed4ab8f9a002656bf9b Mon Sep 17 00:00:00 2001 From: danbulant Date: Fri, 7 Feb 2020 22:21:47 +0100 Subject: [PATCH] Few stylesheet tweaks --- client/src/App.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/client/src/App.css b/client/src/App.css index b62be9c..903c1d3 100644 --- a/client/src/App.css +++ b/client/src/App.css @@ -30,13 +30,15 @@ html, body, #root { } .login .time { - transition: bottom, height, opacity; + transition: bottom 1s, opacity 1s; height: 100%; opacity: 1; - bottom: 0; + text-align: left; + vertical-align: bottom; + color: white; + font-size: 60px; } .login .time.active { - bottom: 100%; height: 0; opacity: 0; } @@ -44,7 +46,7 @@ html, body, #root { .login .user { opacity: 0; - transition: opacity, height; + transition: opacity 1s, height 1s; height: 0; }