more changes
This commit is contained in:
parent
b3e26a6fd2
commit
ed1d43be01
|
@ -43,4 +43,11 @@ body {
|
|||
.user-username {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.user-admin {
|
||||
color: $brand-danger;
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
font-size: 80%;
|
||||
}
|
|
@ -11,7 +11,7 @@
|
|||
%h1.user-displayname= @user.display_name
|
||||
%h3.text-muted.user-username= @user.screen_name
|
||||
- if @user.admin?
|
||||
%p.text-danger
|
||||
%p.user-admin
|
||||
%i.fa.fa-flask
|
||||
Admin
|
||||
%h4.entry-text= @user.follower_count
|
||||
|
|
Loading…
Reference in New Issue