Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6442 Rev 6443
Línea 33... Línea 33...
33
    color: var(--font-color);
33
    color: var(--font-color);
34
    font-weight: 500;
34
    font-weight: 500;
35
  }
35
  }
Línea 36... Línea 36...
36
 
36
 
37
  &::before {
37
  &::before {
38
    content: ' ';
38
    content: ${(props) => props};
39
    position: absolute;
39
    position: absolute;
40
    left: 0;
40
    left: 0;
41
    top: 0;
41
    top: 0;
42
    height: 100%;
42
    height: 100%;
43
    width: ${(props) => `${props.$porcentage}%` || '0%'};
43
    width: ${(props) => props.$porcentage};
44
    background-color: #0006;
44
    background-color: #0006;
45
    z-index: 4;
45
    z-index: 4;
Línea 46... Línea 46...
46
  }
46
  }