11 lines
174 B
SCSS
11 lines
174 B
SCSS
.comment__avatar {
|
|
flex-shrink: 0;
|
|
flex-grow: 0;
|
|
display: inline-block;
|
|
width: 48px;
|
|
height: 48px;
|
|
margin-right: 8px;
|
|
border-radius: 4px;
|
|
background: #eee;
|
|
}
|