Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4525 Rev 5083
Línea 7... Línea 7...
7
.empty__section {
7
.empty__section {
8
    display: flex;
8
    display: flex;
9
    align-items: center;
9
    align-items: center;
10
    justify-content: center;
10
    justify-content: center;
11
    flex-direction: column;
11
    flex-direction: column;
12
    height: 100%;
12
    height: -webkit-fill-available;
13
    background: $bg-color;
13
    background: $bg-color;
14
    font-weight: 600;
14
    font-weight: 600;
15
}
15
}
16
16