Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3517 Rev 3950
Línea 1... Línea 1...
1
.commentHeader {
1
.comment-list {
2
  display: flex;
2
  display: flex;
-
 
3
  gap: 0.5rem;
-
 
4
  .user-image {
-
 
5
    width: 50px;
-
 
6
    object-fit: contain;
-
 
7
    border-radius: 50%;
-
 
8
    background: $white;
-
 
9
  }
-
 
10
  .comment-content {
-
 
11
    background-color: $bg-color-secondary;
3
  border-bottom: $border-primary;
12
    border-radius: $border-radius;
-
 
13
    border-top-left-radius: 0;
4
  padding-bottom: 0.5rem;
14
    display: flex;
5
  margin-bottom: 0.5rem;
15
    flex-direction: column;
6
  .info {
16
    gap: 0.5rem;
7
    margin-left: 0.5rem;
17
    width: 100%;
8
  }
18
  }
9
}
-
 
10
 
-
 
11
.userImage {
-
 
12
  width: 50px;
-
 
13
  float: none;
-
 
14
  object-fit: contain;
-
 
15
  border-radius: 50%;
-
 
16
  background: #fff;
-
 
17
}
19
}