Commit 1fd41d81de0bc3bc581f3985eb598245517b3461

Authored by Benjamin Rodriguez
1 parent 9419b59347
Exists in master

cambio background de sass login

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