next-ucap-messenger/projects/ucap-webmessenger-app/src/app/layouts/messenger/components/left-side.component.scss

48 lines
780 B
SCSS
Raw Normal View History

2019-09-26 05:38:21 +00:00
::ng-deep .mat-tab-label,
::ng-deep .mat-tab-label-active {
min-width: 0 !important;
}
2019-10-07 01:08:14 +00:00
::ng-deep .mat-tab-body-wrapper,
::ng-deep .mat-tab-body {
height: 100%;
2019-10-21 04:20:14 +00:00
width:100%;
}
.logo{
position: absolute;
top:0;
left:0;
height:60px;
width:70px;
2019-10-07 01:08:14 +00:00
}
.container {
2019-10-21 04:20:14 +00:00
display: flex;
2019-10-07 01:08:14 +00:00
height: 100%;
2019-10-21 04:20:14 +00:00
}
2019-10-07 01:08:14 +00:00
2019-10-21 04:20:14 +00:00
.mat-tab-group {
display: flex;
width:100%;
flex-direction: row;
2019-10-07 01:08:14 +00:00
}
2019-10-21 04:20:14 +00:00
::ng-deep .global-menu{
border-right:1px solid #dddddd;
.mat-tab-label-container{
border-right:1px solid #dddddd;
.mat-tab-list{
.mat-tab-labels{
padding-top:60px;
flex-flow: column;
height: 60%;
.mat-tab-label{
height:80px;
}
}
.mat-ink-bar{
background-color:none;
height:0;
}
}
}
}