Skip to content

Commit

Permalink
Merge pull request #5042 from turt2live/travis/ignored_users
Browse files Browse the repository at this point in the history
CSS for unignore button in UserSettings
  • Loading branch information
ara4n committed Sep 17, 2017
2 parents 7f746ce + ac0f593 commit 6624310
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,16 @@ limitations under the License.
cursor: pointer;
}

.mx_UserSettings_button.mx_UserSettings_buttonSmall {
height: 36px;
padding: 4px;
padding-left: 7px;
padding-right: 7px;
font-size: 12px;
margin-right: 5px;
line-height: 12px;
}

.mx_UserSettings_button.danger {
background-color: $warning-color;
}
Expand Down

0 comments on commit 6624310

Please sign in to comment.