Few stylesheet tweaks

This commit is contained in:
danbulant 2020-02-07 22:21:47 +01:00
parent fd5d6291a6
commit f9a89d2502

View file

@ -30,13 +30,15 @@ html, body, #root {
} }
.login .time { .login .time {
transition: bottom, height, opacity; transition: bottom 1s, opacity 1s;
height: 100%; height: 100%;
opacity: 1; opacity: 1;
bottom: 0; text-align: left;
vertical-align: bottom;
color: white;
font-size: 60px;
} }
.login .time.active { .login .time.active {
bottom: 100%;
height: 0; height: 0;
opacity: 0; opacity: 0;
} }
@ -44,7 +46,7 @@ html, body, #root {
.login .user { .login .user {
opacity: 0; opacity: 0;
transition: opacity, height; transition: opacity 1s, height 1s;
height: 0; height: 0;
} }