fixes #9880 - uneven sizes and spacing in the action buttons of the user modal. (#10163)

This commit is contained in:
jack
2018-03-24 12:09:56 -04:00
committed by Sabe Jones
parent 9b279563ea
commit 9834afee4a

View File

@@ -280,7 +280,8 @@ div
} }
.message-icon svg { .message-icon svg {
height: 16px; height: 11px;
margin-top: 1px;
} }
.gift-icon svg { .gift-icon svg {
@@ -307,15 +308,15 @@ div
} }
} }
.message-icon { .message-icon,
width: 16px; .gift-icon {
width: 14px;
margin: auto;
color: #686274; color: #686274;
} }
.gift-icon { .gift-icon {
width: 14px; width: 12px;
padding: 0 0 0 1px;
color: #686274;
} }
.remove-icon { .remove-icon {