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

88 lines
1.6 KiB
SCSS
Raw Normal View History

2019-11-05 04:46:17 +00:00
.current-head {
h3 {
display: inline-flex;
padding-left: 10px;
2019-10-31 10:17:29 +00:00
align-items: center;
color: #ffffff;
2019-10-31 10:17:29 +00:00
}
2019-11-05 04:46:17 +00:00
.btn-box {
2019-10-31 10:17:29 +00:00
height: 100%;
margin-left: auto;
display: inline-flex;
align-items: center;
}
2019-10-10 05:50:58 +00:00
}
2019-10-29 10:06:25 +00:00
.list-search {
position: relative;
2019-10-29 10:06:25 +00:00
display: flex;
flex-direction: row;
height: 60px;
align-items: center;
padding: 0;
font-size: 14px;
background-color: #f9f9f9;
2019-10-29 10:06:25 +00:00
border-bottom: 1px solid #dddddd;
2019-11-05 04:46:17 +00:00
.searchbox {
width: 100%;
height: 100%;
2019-10-29 10:06:25 +00:00
}
}
2019-11-05 04:46:17 +00:00
::ng-deep .searchbox {
.mat-form-field {
display: block;
.mat-form-field-wrapper {
2019-10-31 10:17:29 +00:00
padding: 0;
2019-11-05 04:46:17 +00:00
padding-bottom: 0 !important;
2019-10-31 10:17:29 +00:00
height: 100%;
2019-11-05 04:46:17 +00:00
.mat-form-field-flex {
2019-10-31 10:17:29 +00:00
height: 59px;
2019-11-08 07:02:42 +00:00
padding: 0 10px 0 20px;
2019-10-31 10:17:29 +00:00
align-items: center;
2019-11-05 04:46:17 +00:00
.mat-form-field-infix {
width: 100%;
font-size: 14px;
border: none;
min-height: 20px;
2019-10-31 10:17:29 +00:00
}
2019-11-05 04:46:17 +00:00
.mat-form-field-suffix {
.mat-icon {
line-height: 24px;
2019-10-31 10:17:29 +00:00
}
}
}
}
}
2019-11-05 04:46:17 +00:00
.mat-form-field-appearance-legacy {
.mat-form-field-wrapper {
2019-10-31 10:17:29 +00:00
padding: 0;
}
2019-11-05 04:46:17 +00:00
.mat-form-field-underline {
bottom: 0;
2019-10-31 10:17:29 +00:00
background-color: unset !important;
}
}
2019-10-29 10:06:25 +00:00
}
2019-10-31 10:17:29 +00:00
.app-layout-chat-left-sidenav-chat-header {
width: 100%;
height: 50px;
2019-10-29 10:06:25 +00:00
}
2019-10-31 10:17:29 +00:00
.app-layout-chat-left-sidenav-chat-list {
2019-11-07 23:58:22 +00:00
height: calc(100% - 130px);
2019-11-20 08:31:08 +00:00
position: relative;
2019-10-29 10:06:25 +00:00
}
2019-10-31 10:17:29 +00:00
.app-layout-chat-left-sidenav-chat-list-viewport {
width: 100%;
height: 100%;
2019-11-05 04:46:17 +00:00
}
2019-11-20 08:31:08 +00:00
::ng-deep .cdk-virtual-scroll-orientation-vertical {
.cdk-virtual-scroll-content-wrapper {
2019-11-20 08:31:08 +00:00
width: 100%;
height: 100%;
2019-11-20 08:31:08 +00:00
contain: unset;
}
}