Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 1771 | Rev 1773 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1771 Rev 1772
Línea 9... Línea 9...
9
  background-color: #fff;
9
  background-color: #fff;
10
  border: 1px solid #e1e1e1;
10
  border: 1px solid #e1e1e1;
11
  display: flex;
11
  display: flex;
12
  align-items: center;
12
  align-items: center;
13
  .bounce {
13
  .bounce {
14
    width: 15px;
14
    width: 13px;
15
    height: 15px;
15
    height: 13px;
16
    background-color: #b9b9b9;
16
    background-color: #b9b9b9;
17
    border-radius: 100%;
17
    border-radius: 100%;
18
    display: inline-block;
18
    display: inline-block;
19
    -webkit-animation: bounce_delay 1.4s infinite ease-in-out both;
19
    -webkit-animation: bounce_delay 1.4s infinite ease-in-out both;
20
    animation: bounce_delay 1.4s infinite ease-in-out both;
20
    animation: bounce_delay 1.4s infinite ease-in-out both;