Skip to content

Commit

Permalink
Add styles for flexpane conversation details
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Oct 8, 2017
1 parent 4874248 commit 62b7b70
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions scss/modules/flexpane/_channel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@
border-top-color: $color-shade-dark;
}

.conversation_details {
.member_name:hover {
color: $color-highlight;
}

.member_username:hover {
color: $base-font-color;
}

.member_info_timezone {
border-top-color: $color-shade-light;
}
}

.channel_page_section {
background: $color-base;
border-top: 1px solid $color-shade-dark;
Expand Down

0 comments on commit 62b7b70

Please sign in to comment.