Vulcan/packages/telescope-theme-hubble/lib/client/scss/modules/_user-profile.scss
Anthony Mayer 30ca412921 Compiling scss as part of build rather than with compass.
Remove dependency on compass, add fourseven:scss (includes autoprefixer),
add reset package, delete compiled css, and some random scss cleanup.
2014-11-23 21:11:15 -08:00

8 lines
No EOL
108 B
SCSS

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