Rev 5083 | Rev 5372 | Ir a la última revisión | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |
.user__image {
border-radius: 50%;
object-fit: cover;
background-color: #c9ced4;
}
.empty__section {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: 100%;
max-height: -webkit-fill-available;
background: $bg-color;
font-weight: 600;
}