Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3993 | Autoría | Ultima modificación | Ver Log |

.mobileChat {
  height: 100%;
  &__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: $bg-color;
    font-size: 1.5rem;
    height: 10%;
    padding: 0 1rem;
  }
}

.entityHeader {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  &__backBtn {
    color: $gray;
    font-size: 1.2rem;
  }
  img {
    width: 50px;
    clip-path: circle(50%);
    margin-right: 0.5rem;
  }
  i {
    margin-right: 0.5rem;
  }
}