Cambios

Busca en cnbGuatemala con Google

sin resumen de edición
Línea 12: Línea 12:  
   width:500px!important;
 
   width:500px!important;
 
}
 
}
 
+
.ve-ui-pulsatingDot {
 +
    width: 2.5em;
 +
    height: 2.5em;
 +
    border-radius: 50%;
 +
    background-color: #347bff;
 +
    position: absolute;
 +
    opacity: 0;
 +
    -webkit-animation: pulse 3s ease-out;
 +
    -moz-animation: pulse 3s ease-out;
 +
    animation: pulse 3s ease-out;
 +
    -webkit-animation-iteration-count: infinite;
 +
    -moz-animation-iteration-count: infinite;
 +
    animation-iteration-count: infinite;
 +
}