correcion en estilos

This commit is contained in:
humano 2020-03-16 16:53:30 -05:00
parent f64dc5a581
commit 4cad68cc3a
1 changed files with 5 additions and 8 deletions

View File

@ -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;
}