Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5740 Rev 5783
Línea 42... Línea 42...
42
      animation: animationIn .2s;
42
      animation: animationIn .2s;
43
    }
43
    }
44
  }
44
  }
45
}
45
}
Línea -... Línea 46...
-
 
46
 
-
 
47
.reactions-counter {
-
 
48
  display: inline-flex;
-
 
49
  align-items: center;
-
 
50
 
-
 
51
  svg {
-
 
52
    margin-left: -0.8rem;
-
 
53
    background-color: #dfdfdf;
-
 
54
    border-radius: 50%;
-
 
55
    font-size: 1.2rem;
-
 
56
  }
-
 
57
 
-
 
58
  span {
-
 
59
    color: $subtitle-color;
-
 
60
  }
-
 
61
}
46
 
62
 
47
@keyframes animationIn {
63
@keyframes animationIn {
48
  0% {
64
  0% {
49
    transform: translateX(-50%);
65
    transform: translateX(-50%);