Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
[MM-18074] Format of Position in User Profile is incorrect (#3785)
Browse files Browse the repository at this point in the history
- Reduce padding on position to 12px
- Icon margin right 8px
- Icon opacity to .6
- User ID 12px
- Add 2px stroke to profile image
  • Loading branch information
bradjcoughlin authored Nov 1, 2019
1 parent 230ae6b commit be7cc66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@
height: 92px;
}

.AdminUserCard__header .Avatar.Avatar-xxl {
border: solid 2px #fff;
}

.AdminUserCard__body {
padding: 20px 20px 20px 178px;
padding: 12px 20px 20px 178px;
background-color: #fff;
}

Expand All @@ -40,6 +44,7 @@

.AdminUserCard__user-id {
color: #fff;
font-size: 12px;
margin-left: auto;
align-self: flex-end;
opacity: .5;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
.SystemUserDetail__field-icon {
width: 16px;
height: 16px;
fill: var(--center-channel-color-40);
margin: 0 6px 0 0;
fill: rgba(61, 60, 64, 0.6);
margin: 0 8px 0 0;
display: inline-block;
vertical-align: middle;
}
Expand Down

0 comments on commit be7cc66

Please sign in to comment.