diff --git a/src/sass/_animations.scss b/src/sass/_animations.scss index c3de261..7e78573 100644 --- a/src/sass/_animations.scss +++ b/src/sass/_animations.scss @@ -1,6 +1,6 @@ -.focus-in, -.modal-content { - animation: focus-in 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both; +.modal-content, +.focus-in { + animation: focus-in 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both; } @keyframes focus-in { diff --git a/src/sass/_login.scss b/src/sass/_login.scss index 002ab59..d6f6827 100644 --- a/src/sass/_login.scss +++ b/src/sass/_login.scss @@ -1,8 +1,8 @@ .login { - background-color: #bdbdbd; + background: linear-gradient(0 ,#ffffff, #e6e6e6); border: 1px solid #000000; border-radius: 3px; - height: calc(193px + 1em); + height: calc(280px + 1em); left: calc(50% - 130px); opacity: 0.7; position: absolute;