From 4cad68cc3aeb036f2fd80965f9b2e01b72059cc5 Mon Sep 17 00:00:00 2001 From: humano Date: Mon, 16 Mar 2020 16:53:30 -0500 Subject: [PATCH] correcion en estilos --- css/style.css | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/css/style.css b/css/style.css index 0f16ee3..e2412da 100644 --- a/css/style.css +++ b/css/style.css @@ -261,10 +261,7 @@ border-color: transparent; /*Panel Editor*/ .thumbnail { - height: 100% !important; - overflow-y: auto; - overflow-x: hidden; - border: none; + } .box-secciones { @@ -679,8 +676,8 @@ Help-tip Style /* CSS animation */ @-webkit-keyframes fadeIn { - 0% { - opacity:0; + 0% { + opacity:0; transform: scale(0.6); } @@ -695,8 +692,8 @@ Help-tip Style 100% { opacity:100%; } } .blink{ - + color: rgb (0, 137, 226); - + animation: blink 1s infinite; }