Skip to content

Commit

Permalink
Add styles for reactions in flexpane (fixes #51)
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Apr 18, 2016
1 parent 03e4de6 commit c8e4aa0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
@import "modules/flexpane/channel";
@import "modules/flexpane/search";
@import "modules/flexpane/mentions";
@import "modules/flexpane/reactions";
@import "modules/flexpane/files";
@import "modules/flexpane/team";
@import "modules/flexpane/whats-new";
Expand Down
10 changes: 10 additions & 0 deletions scss/modules/flexpane/_reactions.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.mention_rxn {
.mention_rxn_summary {
color: $base-font-color;

.member_preview_link,
.mention_rxn_summary_members {
color: $color-highlight;
}
}
}

0 comments on commit c8e4aa0

Please sign in to comment.