|
|
@ -10,15 +10,18 @@
|
|
|
|
#chatcontainer
|
|
|
|
#chatcontainer
|
|
|
|
@include gridPosition(1, 3, 1, 2)
|
|
|
|
@include gridPosition(1, 3, 1, 2)
|
|
|
|
background-color: $cBoxBodyBackground
|
|
|
|
background-color: $cBoxBodyBackground
|
|
|
|
|
|
|
|
overflow: auto
|
|
|
|
|
|
|
|
|
|
|
|
#feedcontainer
|
|
|
|
#feedcontainer
|
|
|
|
@include gridPosition(1, 3, 2, 3)
|
|
|
|
@include gridPosition(1, 3, 2, 3)
|
|
|
|
display: grid
|
|
|
|
display: grid
|
|
|
|
grid-template: 10% 90% /100%
|
|
|
|
grid-template: 10% 90% /100%
|
|
|
|
background-color: $cSecondaryBackground
|
|
|
|
background-color: $cSecondaryBackground
|
|
|
|
|
|
|
|
overflow: auto
|
|
|
|
|
|
|
|
|
|
|
|
#socialcontainer
|
|
|
|
#socialcontainer
|
|
|
|
@include gridPosition(1, 3, 3, 4)
|
|
|
|
@include gridPosition(1, 3, 3, 4)
|
|
|
|
display: grid
|
|
|
|
display: grid
|
|
|
|
grid-template: 50% 50% /100%
|
|
|
|
grid-template: 50% 50% /100%
|
|
|
|
background-color: $cBoxBodyBackground
|
|
|
|
background-color: $cBoxBodyBackground
|
|
|
|
|
|
|
|
overflow: auto
|