User statistics

stable
Xavier Julián 2015-05-07 12:36:12 +02:00 committed by Juanfran
parent 4ae492996d
commit d799bf727c
1 changed files with 6 additions and 4 deletions

View File

@ -105,24 +105,26 @@
}
}
.profile-stats {
background: $whitish;
border-radius: 5px;
border-bottom: 1px solid $whitish;
border-top: 1px solid $whitish;
color: $gray;
display: flex;
justify-content: space-between;
margin-bottom: 1rem;
padding: .5rem 1rem;
padding: 1rem .5rem;
.stat {
padding: 0 .2rem;
text-align: center;
}
.stat-number {
@extend %xlarge;
@extend %title;
@extend %bold;
display: block;
line-height: 1;
}
.stat-name {
@extend %title;
@extend %small;
display: block;
}
}