note: `.avatar-lg` wasn't updated to match the `develop` branch (where `avatar-xl` was added) intentionally
v1.18.x
psychobunny 8 years ago committed by GitHub
parent 13f5d29cb9
commit 2fc53a1e30

@ -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%;

Loading…
Cancel
Save