2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

UX: better user title on groups index page (mobile)

This commit is contained in:
Arpit Jalan 2015-07-07 18:48:51 +05:30
parent 66bd1053cf
commit 90430eda62
3 changed files with 15 additions and 2 deletions

View file

@ -491,6 +491,19 @@
font-size: 1.714em;
}
}
.group-member-info {
.name {
display: inline-block;
margin-top: 5px;
color: scale-color($primary, $lightness: 30%);
vertical-align: inherit;
}
.title {
display: inline-block;
margin-top: 5px;
color: scale-color($primary, $lightness: 50%);
}
}
}
.staff-counters {