Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 1772 Rev 1773
Línea 8... Línea 8...
8
  border-radius: 100px;
8
  border-radius: 100px;
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
  justify-content: space-evenly;
13
  .bounce {
14
  .bounce {
14
    width: 13px;
15
    width: 13px;
15
    height: 13px;
16
    height: 13px;
16
    background-color: #b9b9b9;
17
    background-color: #b9b9b9;
17
    border-radius: 100%;
18
    border-radius: 100%;
18
    display: inline-block;
19
    display: inline-block;
-
 
20
    transform-origin: center;
19
    -webkit-animation: bounce_delay 1.4s infinite ease-in-out both;
21
    -webkit-animation: bounce_delay 1.4s infinite ease-in-out both;
20
    animation: bounce_delay 1.4s infinite ease-in-out both;
22
    animation: bounce_delay 1.4s infinite ease-in-out both;
21
  }
23
  }
22
  .bounce:nth-child(1) {
24
  .bounce:nth-child(1) {
23
    -webkit-animation-delay: -0.32s;
25
    -webkit-animation-delay: -0.32s;