Skip to content

Commit

Permalink
Added styles for mentions day divider
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed May 7, 2016
1 parent 7eaf9bd commit 52d5675
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scss/modules/flexpane/_mentions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@
#member_mentions_more_btn {
background-color: $color-shade-lightest !important;
}

.mention_day_container_div .day_divider {
@extend .day_divider;

&::before {
background: none;
border-color: $color-shade-dark;
}
}

0 comments on commit 52d5675

Please sign in to comment.