mirror of
https://github.com/danbulant/ester_os
synced 2026-07-06 11:30:40 +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 {
|
.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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue