Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5734 Rev 5735
Línea 10... Línea 10...
10
 
10
 
11
.reaction-btn {
11
.reaction-btn {
Línea 12... Línea 12...
12
  position: relative;
12
  position: relative;
13
 
13
 
14
  .reactions {
14
  .reactions {
15
    position: flex;
15
    position: absolute;
16
    bottom: 100%;
16
    bottom: 100%;
17
    background-color: $bg-color;
-
 
18
    box-shadow: 0px 0px 3px #000;
17
    background-color: $bg-color;
19
    display: none;
18
    box-shadow: 0px 0px 3px #000;
20
    gap: .5rem;
19
    gap: .5rem;
21
    padding: .2rem;
20
    padding: .2rem;
22
    width: fit-content;
21
    width: fit-content;
Línea 23... Línea 22...
23
    border-radius: 20px;
22
    border-radius: 20px;
24
    transform: scaleY(0);
23
    transform: scaleY(0);
25
 
24
 
26
    .active {
25
    &.active {
27
      transform-origin: bottom;
26
      transform-origin: bottom;
28
      animation: animationIn .2s;
27
      animation: animationIn .2s;