Fix use of /deep/ in home

master
Trivernis 5 years ago
parent 67d1aa66fd
commit 4182ec459f

@ -1,34 +1,34 @@
@import '../../../styles/mixins.sass' @import '../../../styles/mixins.sass'
@import '../../../styles/vars.sass' @import '../../../styles/vars.sass'
#content #content
position: fixed position: fixed
width: 100% width: 100%
height: calc(100% - 56px) height: calc(100% - 56px)
#chat #chat
box-sizing: content-box box-sizing: content-box
height: 100% height: 100%
width: 25% width: 25%
float: left float: left
overflow-y: auto
#feed
box-sizing: content-box
height: 100%
width: 50%
float: left
overflow-y: auto
.social
box-sizing: content-box
height: 100%
width: 25%
float: left
overflow-y: auto overflow-y: auto
/deep/ .mat-tab-body-wrapper #feed
height: 100% box-sizing: content-box
height: 100%
width: 50%
float: left
overflow-y: auto
.social
box-sizing: content-box
height: 100%
width: 25%
float: left
overflow-y: auto
::ng-deep .mat-tab-body-wrapper
height: 100%
.bottom-menu .bottom-menu
position: fixed position: fixed

Loading…
Cancel
Save