Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2468 Rev 2474
Línea 842... Línea 842...
842
    .main-left-sidebar {
842
    .main-left-sidebar {
843
        display: block;
843
        display: block;
844
    }
844
    }
845
}
845
}
Línea -... Línea 846...
-
 
846
 
-
 
847
.notification-item {
-
 
848
    margin-bottom: 1.5rem;
-
 
849
}
-
 
850
 
-
 
851
.notification-item a {
-
 
852
    color: var(--gray);
-
 
853
    text-decoration: none;
-
 
854
    position: relative;
-
 
855
}
-
 
856
 
-
 
857
.notification-item a::before {
-
 
858
    content: '';
-
 
859
    width: 20px;
-
 
860
    height: 20px;
-
 
861
    background-color: var(--background-light-gray);
-
 
862
    position: absolute;
-
 
863
    top: 50%;
-
 
864
    left: -1.5rem;
-
 
865
}
-
 
866
 
-
 
867
.notification-item span {
-
 
868
    color: var(--gray);
-
 
869
}
846
 
870
 
847
.full-width {
871
.full-width {
848
    float: left;
872
    float: left;
849
    width: 100%;
873
    width: 100%;
850
    background-color: #fff;
874
    background-color: #fff;