Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2474 Rev 2475
Línea 856... Línea 856...
856
 
856
 
857
.notification-item a::before {
857
.notification-item a::before {
858
    content: '';
858
    content: '';
859
    width: 20px;
859
    width: 20px;
-
 
860
    height: 20px;
860
    height: 20px;
861
    border-radius: 100px;
861
    background-color: var(--background-light-gray);
862
    background-color: var(--background-gray);
862
    position: absolute;
863
    position: absolute;
863
    top: 50%;
864
    top: 50%;
-
 
865
    left: -1.5rem;
864
    left: -1.5rem;
866
    transform: translateY(-50%);
Línea 865... Línea 867...
865
}
867
}
866
 
868
 
867
.notification-item span {
869
.notification-item span {