Proyectos de Subversion LeadersLinked - Backend

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
11347 nelberth 1
@use '../../css/shared/variables.scss';
2
 
3
.mobileChat {
4
  height: 100%;
5
  &__header {
6
    display: flex;
7
    justify-content: space-between;
8
    align-items: center;
9
    background-color: variables.$dark-white;
10
    font-size: 1.5rem;
11
    height: 10%;
12
    padding: 0 1rem;
13
  }
14
}
15
 
16
.entityHeader {
17
  display: flex;
18
  align-items: center;
19
  &__backBtn {
20
    color: black;
21
  }
22
  img {
23
    width: 50px;
24
    clip-path: circle(50%);
25
    margin-right: 0.5rem;
26
  }
27
  i {
28
    margin-right: 0.5rem;
29
  }
30
}
31
 
32
.mainSection {
33
  height: 90%;
34
}