Skip to content

Commit

Permalink
CSS for unignore button in UserSettings
Browse files Browse the repository at this point in the history
Signed-off-by: Travis Ralston <travpc@gmail.com>
  • Loading branch information
turt2live committed Sep 14, 2017
1 parent f148844 commit ac0f593
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 ac0f593

Please sign in to comment.