Skip to content

Commit

Permalink
Added styles for new day containers
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Mar 9, 2016
1 parent f227f34 commit 8185fe3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scss/modules/header/_day-divider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,13 @@
background: $color-shade-dark;
}
}

.day_container {
.day_msgs {
border-top: 1px solid $color-shade-dark;
}

&.unread_day_container .day_msgs {
border-color: $color-red;
}
}

0 comments on commit 8185fe3

Please sign in to comment.