Skip to content

Commit

Permalink
Remove limited messaging alert background (fixes #44)
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Mar 29, 2016
1 parent 53896a9 commit 101ae64
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scss/modules/messaging/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -332,3 +332,11 @@ ts-message {
color: $color-highlight;
}
}

.is_limited_div {
background-color: $color-base !important;

&.mini {
color: $color-highlight !important;
}
}

0 comments on commit 101ae64

Please sign in to comment.