Files
remark42/web/app/components/comment/__avatar/comment__avatar.scss
T

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;
}