From 79f2606c1dae17d0bc51f2254cd870fb424d2d22 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Tue, 1 Oct 2019 09:45:30 -0300 Subject: [PATCH] arreglos de espacios --- src/sass/_animations.scss | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/sass/_animations.scss b/src/sass/_animations.scss index d6c0bf0..20f3675 100644 --- a/src/sass/_animations.scss +++ b/src/sass/_animations.scss @@ -1,15 +1,15 @@ .modal-content, .focus-in { - animation: focus-in 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both; + animation: focus-in 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; } - @keyframes focus-in { - 0% { - filter: blur(12px); - opacity: 0; - } - 100% { - filter: blur(0px); - opacity: 1; - } +@keyframes focus-in { + 0% { + filter: blur(12px); + opacity: 0; } + 100% { + filter: blur(0px); + opacity: 1; + } +} -- 1.9.1