Add bottom border to conversation header
// FREEBIE
This commit is contained in:
parent
cee2d4cc6b
commit
9566f10ca4
2 changed files with 3 additions and 1 deletions
|
@ -65,6 +65,7 @@
|
|||
|
||||
.conversation-header {
|
||||
background: $grey_l;
|
||||
border-bottom: solid 1px darken($grey_l, 10%);
|
||||
}
|
||||
.menu.conversation-menu {
|
||||
float: right;
|
||||
|
|
|
@ -394,7 +394,8 @@ img.emoji {
|
|||
display: block; }
|
||||
|
||||
.conversation-header {
|
||||
background: #f3f3f3; }
|
||||
background: #f3f3f3;
|
||||
border-bottom: solid 1px #d9d9d9; }
|
||||
|
||||
.menu.conversation-menu {
|
||||
float: right;
|
||||
|
|
Loading…
Reference in a new issue