discourse/app/assets/stylesheets/desktop/components/user-info.scss

15 lines
141 B
SCSS
Raw Normal View History

.user-info {
&.medium {
width: 480px;
.user-image {
width: 55px;
}
.user-detail {
width: 380px;
}
}
}