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