Skip to content

Commit

Permalink
Add styles for limited chat history banner
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Jun 17, 2017
1 parent a0eb22e commit eb7245e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions scss/modules/messaging/_banners.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,19 @@
background: none;
}
}

.end_div_msg_lim {
background-color: $color-shade-dark;
background-image: none;
}

#archives_end_div_msg_lim,
#end_display_msg_lim {
h1 {
color: $base-font-color;
}

h2 {
color: rgba($base-font-color, 0.8);
}
}

0 comments on commit eb7245e

Please sign in to comment.