2020-03-16 22:05:56 +09:00
|
|
|
.confirm-card {
|
|
|
|
height: 100%;
|
|
|
|
.mat-card-header {
|
|
|
|
.mat-card-header-text {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2020-03-19 10:37:16 +09:00
|
|
|
.btn-top-frme {
|
2020-03-16 22:05:56 +09:00
|
|
|
display: flex;
|
|
|
|
margin-left: auto;
|
2020-03-19 10:37:16 +09:00
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
.btn-dialog-close,
|
|
|
|
.btn-dialog-refresh {
|
|
|
|
font-size: 20px;
|
|
|
|
display: flex;
|
|
|
|
margin-left: auto;
|
|
|
|
align-self: flex-start;
|
|
|
|
color: #444444;
|
|
|
|
}
|
|
|
|
.btn-dialog-fold {
|
|
|
|
width: 56px;
|
|
|
|
height: 26px;
|
|
|
|
padding: 0;
|
|
|
|
svg {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
}
|
|
|
|
}
|
2020-03-16 22:05:56 +09:00
|
|
|
}
|
2020-01-29 13:14:26 +09:00
|
|
|
}
|
2020-03-16 22:05:56 +09:00
|
|
|
.mat-card-content {
|
|
|
|
flex-direction: row;
|
|
|
|
box-sizing: border-box;
|
2020-01-29 13:14:26 +09:00
|
|
|
display: flex;
|
2020-03-17 17:20:57 +09:00
|
|
|
height: calc(100% - 40px);
|
2020-01-29 13:14:26 +09:00
|
|
|
}
|
|
|
|
}
|
2020-03-17 17:20:57 +09:00
|
|
|
.search-area {
|
2020-03-19 10:37:16 +09:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2020-03-17 17:20:57 +09:00
|
|
|
ucap-integrated-search-form {
|
|
|
|
position: relative;
|
|
|
|
display: inline-flex;
|
|
|
|
width: 30%;
|
|
|
|
margin: 0 -10px;
|
2020-03-19 10:37:16 +09:00
|
|
|
.search-container {
|
|
|
|
padding: 0;
|
|
|
|
}
|
2020-03-16 17:25:40 +09:00
|
|
|
}
|
2020-03-19 10:37:16 +09:00
|
|
|
.organization-option {
|
|
|
|
position: relative;
|
|
|
|
display: inline-flex;
|
|
|
|
width: 70%;
|
|
|
|
padding-left: 20px;
|
|
|
|
.mat-form-field {
|
|
|
|
margin-left: 20px;
|
|
|
|
&:first-child {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2020-03-17 17:20:57 +09:00
|
|
|
}
|
|
|
|
}
|
2020-03-16 17:25:40 +09:00
|
|
|
}
|
2020-03-19 10:37:16 +09:00
|
|
|
.select-item {
|
|
|
|
border: 1x soild red;
|
|
|
|
line-height: 1.4em;
|
|
|
|
|
|
|
|
.select-trigger {
|
|
|
|
font-size: 0.88rem;
|
|
|
|
}
|
|
|
|
}
|
2020-03-17 17:20:57 +09:00
|
|
|
|
2020-03-16 17:25:40 +09:00
|
|
|
.content-area {
|
|
|
|
display: flex;
|
2020-03-19 10:37:16 +09:00
|
|
|
//height: calc(100% - 120px);하단 초기화, 접기 버튼 있는 경우
|
|
|
|
height: calc(100% - 70px);
|
2020-03-16 22:05:56 +09:00
|
|
|
flex-wrap: wrap;
|
2020-03-16 17:25:40 +09:00
|
|
|
flex-direction: column;
|
2020-03-16 22:05:56 +09:00
|
|
|
flex: 0 0 auto;
|
2020-03-16 17:25:40 +09:00
|
|
|
box-sizing: border-box;
|
2020-03-16 22:05:56 +09:00
|
|
|
.contents-table {
|
2020-03-16 17:25:40 +09:00
|
|
|
position: relative;
|
|
|
|
flex-direction: column;
|
|
|
|
box-sizing: border-box;
|
2020-03-16 22:05:56 +09:00
|
|
|
display: flex;
|
|
|
|
flex: 1 1 100%;
|
|
|
|
max-width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
.table-box {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: calc(100% - 60px);
|
|
|
|
overflow: hidden;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.footer-fix {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
flex: 1 1 auto;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
flex-direction: column;
|
|
|
|
box-sizing: border-box;
|
2020-03-17 17:20:57 +09:00
|
|
|
margin-top: 10px;
|
|
|
|
.mat-accordion {
|
|
|
|
.mat-expansion-panel {
|
|
|
|
&-header {
|
|
|
|
.select-user-title {
|
|
|
|
font-weight: 600;
|
|
|
|
span {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.btn-dropdown {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-box {
|
|
|
|
position: relative;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-03-16 22:05:56 +09:00
|
|
|
}
|
2020-03-16 17:25:40 +09:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.btn-box {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
bottom: 0;
|
|
|
|
ul {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: row;
|
2020-03-17 17:20:57 +09:00
|
|
|
justify-content: flex-end;
|
2020-03-16 17:25:40 +09:00
|
|
|
li {
|
|
|
|
display: inline-flex;
|
|
|
|
margin-left: 4px;
|
2020-03-19 10:37:16 +09:00
|
|
|
width: 120px;
|
|
|
|
button {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2020-03-16 17:25:40 +09:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-03-17 18:12:10 +09:00
|
|
|
.integrate-search-org {
|
2020-03-19 10:37:16 +09:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2020-03-17 18:12:10 +09:00
|
|
|
overflow: auto;
|
|
|
|
}
|
2020-03-19 10:37:16 +09:00
|
|
|
|
|
|
|
.list-chip {
|
|
|
|
max-height: 220px;
|
|
|
|
overflow-y: auto;
|
2020-03-25 16:18:33 +09:00
|
|
|
overflow-x: hidden;
|
2020-03-19 10:37:16 +09:00
|
|
|
}
|