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