mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-23 22:12:19 +03:00
auth: smooth transition
This commit is contained in:
parent
a4704c7d0b
commit
c8591afaad
@ -48,6 +48,20 @@ const STYLES_POPOVER = css`
|
||||
width: 100%;
|
||||
background: ${Constants.system.white};
|
||||
color: ${Constants.system.black};
|
||||
|
||||
@keyframes authentication-popover-fade-in {
|
||||
from {
|
||||
transform: translateY(-8px);
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
to {
|
||||
transform: translateY(0px);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
animation: authentication-popover-fade-in 400ms ease;
|
||||
`;
|
||||
|
||||
const STYLES_LINKS = css`
|
||||
|
Loading…
Reference in New Issue
Block a user