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