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

79 lines
1.4 KiB
SCSS
Raw Normal View History

2019-10-31 10:17:29 +00:00
.current-head{
display: flex;
justify-content: center;
padding: 0 10px;
height: 60px;
h3{
display: inline-flex;
padding-left: 10px;
align-items: center;
}
.btn-box{
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;
border-bottom: 1px solid #dddddd;
.searchbox{
width:100%;
2019-10-31 10:17:29 +00:00
height:100%;
2019-10-29 10:06:25 +00:00
}
}
2019-10-31 10:17:29 +00:00
::ng-deep .searchbox{
.mat-form-field{
display:block;
.mat-form-field-wrapper{
padding: 0;
padding-bottom:0 !important;
height: 100%;
.mat-form-field-flex{
height: 59px;
padding:0 20px;
align-items: center;
.mat-form-field-infix{
width:100%;
font-size:14px;
border:none;
}
.mat-form-field-suffix{
.mat-icon{
line-height:24px;
}
}
}
}
}
.mat-form-field-appearance-legacy{
.mat-form-field-wrapper{
padding: 0;
}
.mat-form-field-underline{
bottom:0;
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 {
height: calc(100% - 60px);
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%;
}