next-ucap-messenger/projects/ucap-webmessenger-app/src/app/layouts/messenger/dialogs/chat/create-chat.dialog.component.scss

79 lines
1.4 KiB
SCSS
Raw Normal View History

2019-10-29 10:06:25 +00:00
::ng-deep .mat-card-header-tex {
margin: 0;
}
2019-10-31 10:17:29 +00:00
//조직도 레이아웃 변경
2019-10-29 10:06:25 +00:00
::ng-deep .dialog-org {
.oraganization-tab {
width: 100%;
height:380px;
border-bottom: 1px solid #dddddd;
position: relative;
.oraganization-tab-tree {
display: inline-flex;
width: 50%;
height:100% !important;
border-right: 1px solid #dddddd;
overflow: auto;
}
.select-list {
display: inline-flex;
flex-direction: column;
width: 50%;
height:100% !important;
overflow: auto;
.search-list {
overflow: auto;
height: calc(100% - 40px);
}
}
}
}
.list-chip {
height: 100px;
width: 100%;
padding:10px;
border:1px solid #dddddd;
overflow: auto;
background-color:#f9f9f9;
}
.mat-chip.mat-standard-chip .mat-chip-remove{
line-height: 24px;
}
.confirm-card {
min-width: 500px;
.mat-card-header {
2019-10-31 10:17:29 +00:00
margin-bottom: 10px;
2019-10-29 10:06:25 +00:00
.mat-card-header-text {
.mat-card-title {
margin: 0 -16px;
}
}
}
.mat-card-content {
.content-box {
flex-direction: column;
flex-flow: column;
}
}
.button-farm {
text-align: right;
.mat-primary {
margin-left: 4px;
}
}
}
::ng-deep .mat-dialog-container .mat-tab-body-wrapper {
height: 380px;
}
.list-panel{
2019-10-31 10:17:29 +00:00
overflow: auto;
height: calc(100% - 60px);
.group-expansion{
.list-item{
height:70px;
}
}
}