Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 11228 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
11228 stevensc 1
@use "./variables";
2
 
3
.commentHeader {
4
  display: flex;
5
  border-bottom: variables.$grayline-border;
6
  padding-bottom: 0.5rem;
7
  margin-bottom: 0.5rem;
8
 
9
  .info {
10
    margin-left: 0.5rem;
14592 stevensc 11
    display: flex;
12
    flex-direction: column;
13
    justify-content: center;
11228 stevensc 14
  }
15
}
16
 
17
.userImage {
18
  width: 50px;
19
  float: none;
20
  object-fit: contain;
21
  border-radius: 50%;
22
}