Skip to content

Commit

Permalink
πŸ’„ : enhance look of user-badge icon
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubuisson committed Apr 9, 2020
1 parent 22a81bb commit 80c8391
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/client/app/pages/users/user-badge.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<template>
<span class="user_badge">
<a href="#">{{ user.username }}</a>
<a href="#">{{ user.username }}</a>&nbsp;
<font-awesome-icon
v-if="user.admin"
icon="user-shield"
class="icon"
/>
</span>
</template>
Expand All @@ -27,7 +28,7 @@
text-decoration: none !important;
}
.user_badge .fa-user-shield {
.user_badge .icon {
color: #ff9900;
}
</style>

0 comments on commit 80c8391

Please sign in to comment.