Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

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