@ -18,10 +18,7 @@
min-width: 125px;
img, .user-icon {
width:80px;
height:80px;
line-height: 80px;
font-size: 4rem;
.user-icon-style(80px, 4rem);
}
a {
@ -30,12 +30,9 @@
.user-icon-style(36px, 1.8rem);
float: left;
height: 36px;
width: 36px;
margin-right: 1rem;
line-height: 36px;
font-size: 1.8rem;
span {
@ -69,4 +69,12 @@
margin-bottom: 10px;
.user-icon-style(@size: 32px, @font-size: 1.5rem, @border-radius: inherit) {
border-radius: @border-radius;
width: @size;
height: @size;
line-height: @size;
font-size: @font-size;