forked from qwerty/milfs
correcion en estilos
This commit is contained in:
parent
f64dc5a581
commit
4cad68cc3a
@ -261,10 +261,7 @@ border-color: transparent;
|
|||||||
/*Panel Editor*/
|
/*Panel Editor*/
|
||||||
|
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
height: 100% !important;
|
|
||||||
overflow-y: auto;
|
|
||||||
overflow-x: hidden;
|
|
||||||
border: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.box-secciones {
|
.box-secciones {
|
||||||
@ -679,8 +676,8 @@ Help-tip Style
|
|||||||
/* CSS animation */
|
/* CSS animation */
|
||||||
|
|
||||||
@-webkit-keyframes fadeIn {
|
@-webkit-keyframes fadeIn {
|
||||||
0% {
|
0% {
|
||||||
opacity:0;
|
opacity:0;
|
||||||
transform: scale(0.6);
|
transform: scale(0.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -695,8 +692,8 @@ Help-tip Style
|
|||||||
100% { opacity:100%; }
|
100% { opacity:100%; }
|
||||||
}
|
}
|
||||||
.blink{
|
.blink{
|
||||||
|
|
||||||
color: rgb (0, 137, 226);
|
color: rgb (0, 137, 226);
|
||||||
|
|
||||||
animation: blink 1s infinite;
|
animation: blink 1s infinite;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user