Skip to content
Snippets Groups Projects
Commit c4403ff7 authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

Issue #2446889: Add new badge to user profile instead of picture

parent 45ea1c0e
No related branches found
No related tags found
No related merge requests found
...@@ -17,15 +17,13 @@ ...@@ -17,15 +17,13 @@
} }
} }
.user-picture { .user-picture img {
img { display: block;
display: block; }
} .new-user {
.new-user { @include new-user-badge;
@include new-user-badge; line-height: 2.4;
line-height: 2.4; width: 140px;
width: 140px;
}
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment