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

49 lines
795 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 06:35:14 +00:00
width: 100%;
2019-10-21 04:20:14 +00:00
}
2019-10-21 06:35:14 +00:00
.logo {
2019-10-21 04:20:14 +00:00
position: absolute;
2019-10-21 06:35:14 +00:00
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 {
2019-10-21 06:35:14 +00:00
display: flex;
width: 100%;
flex-direction: row;
2019-10-07 01:08:14 +00:00
}
2019-10-21 04:20:14 +00:00
2019-10-21 06:35: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 {
2019-10-29 00:28:43 +00:00
padding-top: 0px;
2019-10-21 04:20:14 +00:00
flex-flow: column;
2019-10-21 06:35:14 +00:00
height: 280px;
.mat-tab-label {
height: 80px;
2019-10-21 04:20:14 +00:00
}
}
2019-10-21 06:35:14 +00:00
.mat-ink-bar {
background-color: none;
height: 0;
2019-10-21 04:20:14 +00:00
}
}
}
2019-10-21 06:35:14 +00:00
}