Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2475 Rev 2477
Línea 854... Línea 854...
854
    position: relative;
854
    position: relative;
855
}
855
}
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: 15px;
860
    height: 20px;
860
    height: 15px;
861
    border-radius: 100px;
861
    border-radius: 100px;
862
    background-color: var(--background-gray);
862
    background-color: var(--background-gray);
863
    position: absolute;
863
    position: absolute;
864
    top: 50%;
864
    top: 50%;
865
    left: -1.5rem;
865
    left: -1.2rem;
866
    transform: translateY(-50%);
866
    transform: translateY(-50%);
Línea 867... Línea 867...
867
}
867
}
868
 
868