Vulcan/client/sass/modules/_user-profile.scss
2012-09-24 22:27:29 +02:00

8 lines
No EOL
113 B
SCSS

.user-profile {
.user-avatar{
height:80px;
width:80px;
display:block;
@include border-radius(80px);
}
}