Rev 16667 | Ir a la última revisión | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |
@import "../../css/shared/variables.scss";
.comments_list {
display: flex;
flex-direction: column;
max-height: 250px;
overflow-y: auto;
}
.comment {
background-color: $bg-color-secondary;
border-radius: 10px;
display: flex;
flex-direction: column;
gap: .5rem;
padding: .5rem 1rem;
&-header {
align-items: center;
display: flex;
gap: .5rem;
position: relative;
width: 100%;
}
}