Remove border from conversation stream
This commit is contained in:
parent
bafc3ae70e
commit
cb04e40de7
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
#conversations_container {
|
#conversations_container {
|
||||||
|
.stream_container { border-left: none; }
|
||||||
|
|
||||||
.stream_element {
|
.stream_element {
|
||||||
border-bottom: 1px solid $border-grey;
|
border-bottom: 1px solid $border-grey;
|
||||||
&:first-child { border-top: none; }
|
&:first-child { border-top: none; }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue