110 lines
1.9 KiB
SCSS
Raw Normal View History

2019-10-29 19:06:25 +09:00
::ng-deep .mat-card-header-tex {
margin: 0;
}
2019-10-31 19:17:29 +09:00
//조직도 레이아웃 변경
2019-10-29 19:06:25 +09:00
::ng-deep .dialog-org {
.oraganization-tab {
width: 100%;
2019-11-19 11:41:39 +09:00
height: 380px;
2019-10-29 19:06:25 +09:00
border-bottom: 1px solid #dddddd;
position: relative;
.oraganization-tab-tree {
display: inline-flex;
width: 50%;
2019-11-19 11:41:39 +09:00
height: 100% !important;
2019-10-29 19:06:25 +09:00
border-right: 1px solid #dddddd;
overflow: auto;
2019-11-19 11:41:39 +09:00
.tab-tree-frame {
width: 100%;
height: 100%;
2019-11-18 09:15:20 +09:00
}
2019-10-29 19:06:25 +09:00
}
.select-list {
display: inline-flex;
flex-direction: column;
width: 50%;
2019-11-19 11:41:39 +09:00
height: 100% !important;
2019-10-29 19:06:25 +09:00
overflow: auto;
.search-list {
overflow: auto;
height: calc(100% - 40px);
}
}
}
}
.list-chip {
height: 100px;
width: 100%;
2019-11-19 11:41:39 +09:00
padding: 10px;
border: 1px solid #dddddd;
2019-10-29 19:06:25 +09:00
overflow: auto;
2019-11-19 11:41:39 +09:00
background-color: #f9f9f9;
2019-10-29 19:06:25 +09:00
}
2019-11-19 11:41:39 +09:00
.mat-chip.mat-standard-chip .mat-chip-remove {
2019-10-29 19:06:25 +09:00
line-height: 24px;
}
.confirm-card {
min-width: 500px;
.mat-card-header {
2019-10-31 19:17:29 +09:00
margin-bottom: 10px;
2019-10-29 19:06:25 +09: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;
}
}
}
2019-11-19 10:47:18 +09:00
2019-10-29 19:06:25 +09:00
::ng-deep .mat-dialog-container .mat-tab-body-wrapper {
height: 380px;
2019-11-19 11:41:39 +09:00
width: 100%;
.mat-tab-body {
width: 100%;
height: 100%;
.mat-tab-body-content {
width: 100%;
height: 100%;
2019-11-19 10:47:18 +09:00
}
}
2019-10-29 19:06:25 +09:00
}
2019-11-19 11:41:39 +09:00
.mat-tab-frame {
width: 100%;
height: 100%;
.list-panel {
width: 100%;
2019-11-19 10:47:18 +09:00
height: calc(100% - 60px);
2019-11-19 11:41:39 +09:00
.group-expansion {
.list-item {
height: 70px;
2019-11-19 10:47:18 +09:00
}
}
2019-10-31 19:17:29 +09:00
}
}
2019-11-20 17:31:08 +09:00
::ng-deep .mat-card > .mat-tab-labels {
2019-11-19 11:41:39 +09:00
border-bottom: 2px solid #dddddd;
2019-11-19 10:47:18 +09:00
}
2019-11-19 11:41:39 +09:00
::ng-deep .ps-content {
.cdk-virtual-scroll-viewport {
height: 100%;
2019-11-19 10:47:18 +09:00
}
2019-11-19 11:41:39 +09:00
}
.list-item-frame {
width: 100%;
height: 100%;
}