1.6 changed files for unified avatar styling -- updated to restore unity

This commit is contained in:
Matthew Walsh
2017-06-18 15:09:03 -07:00
parent cdc22d23b9
commit 56094cb4bd
2 changed files with 11 additions and 17 deletions

View File

@@ -424,16 +424,14 @@
text-align: center;
.avatar {
width: 80px;
height: 80px;
@include avatar-size(80px);
margin: 0 auto;
margin-bottom: 15px;
img {
@include avatar-radius();
@include avatar-size(80px);
display: block;
width: 80px;
height: 80px;
border-radius: 48px;
}
}