Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5083 Rev 5193
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
    max-height: -webkit-fill-available;
13
    background: $bg-color;
14
    background: $bg-color;
14
    font-weight: 600;
15
    font-weight: 600;
15
}
16
}
16
17