mirror of
https://github.com/danbulant/ester_os
synced 2026-06-19 14:21:35 +00:00
Few stylesheet tweaks
This commit is contained in:
parent
fd5d6291a6
commit
f9a89d2502
1 changed files with 6 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue