note: `.avatar-lg` wasn't updated to match the `develop` branch (where `avatar-xl` was added) intentionally
This commit is contained in:
psychobunny
2017-05-02 16:47:16 -04:00
committed by GitHub
parent 13f5d29cb9
commit 2fc53a1e30

View File

@@ -111,6 +111,12 @@
height: 128px;
.user-icon-style(128px, 7.5rem);
}
&.avatar-xl {
width: 128px;
height: 128px;
.user-icon-style(128px, 7.5rem);
}
&.avatar-rounded {
border-radius: 50%;