feat(users): show scoreLevel on account detail view

This commit is contained in:
OldHawk
2017-06-12 10:40:34 +08:00
parent ca29a73b19
commit d64a7a1fdb
3 changed files with 11 additions and 3 deletions

View File

@@ -160,6 +160,13 @@ body {
}
}
.score-level {
color: #FF6600;
> kbd {
background-color: #FF6600;
}
}
.vip-flag {
color: #FF6600;
> kbd {