Skip to content

Commit

Permalink
fix background
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Chudesnov committed Mar 31, 2019
1 parent ceb2754 commit 44f0c76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/src/components/containers/lecture_talk/lecture_talk.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@
bottom: 0;
background-image: linear-gradient(to bottom, rgba(242, 243, 250, 0), #f2f3fa5e 24%, #f2f3fa);
}
}

:host-context(html.event)
.messages__container-input {
background: none;
}

0 comments on commit 44f0c76

Please sign in to comment.