Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4334 Rev 4393
Línea 2... Línea 2...
2
    border-radius: 50%;
2
    border-radius: 50%;
3
    object-fit: cover;
3
    object-fit: cover;
4
}
4
}
Línea 5... Línea 5...
5
 
5
 
6
.empty__section {
6
.empty__section {
7
    display: grid;
7
    display: flex;
-
 
8
    align-items: center;
-
 
9
    justify-content: center;
8
    place-items: center;
10
    flex-direction: column;
9
    height: 100%;
11
    height: 100%;
10
    background: $bg-color;
12
    background: $bg-color;
11
    font-weight: 600;
13
    font-weight: 600;