From 1fd41d81de0bc3bc581f3985eb598245517b3461 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Thu, 19 Sep 2019 13:09:04 -0300 Subject: [PATCH] cambio background de sass login --- src/sass/_animations.scss | 6 +++--- src/sass/_login.scss | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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; -- 1.9.1