Vulcan/client/sass/modules/_user-profile.scss

8 lines
113 B
SCSS
Raw Normal View History

2012-09-24 22:27:29 +02:00
.user-profile {
.user-avatar{
height:80px;
width:80px;
display:block;
@include border-radius(80px);
}
}