2019-11-05 04:46:17 +00:00
|
|
|
.current-head {
|
2019-10-31 10:17:29 +00:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
padding: 0 10px;
|
2019-11-07 23:58:22 +00:00
|
|
|
height: 70px;
|
|
|
|
background: #352a37;
|
|
|
|
background: -webkit-linear-gradient(to right, #352a37, #f15f79);
|
|
|
|
background: linear-gradient(to right, #352a37, #ef4c73);
|
2019-11-05 04:46:17 +00:00
|
|
|
h3 {
|
|
|
|
display: inline-flex;
|
|
|
|
padding-left: 10px;
|
2019-10-31 10:17:29 +00:00
|
|
|
align-items: center;
|
2019-11-07 23:58:22 +00:00
|
|
|
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 {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
height: 60px;
|
|
|
|
align-items: center;
|
|
|
|
padding: 0;
|
|
|
|
font-size: 14px;
|
2019-11-07 23:58:22 +00:00
|
|
|
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;
|
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-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
|
|
|
}
|