2020-03-16 22:05:56 +09:00
|
|
|
.confirm-card {
|
|
|
|
height: 100%;
|
|
|
|
.mat-card-header {
|
|
|
|
.mat-card-header-text {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.btn-dialog-close {
|
|
|
|
font-size: 20px;
|
|
|
|
display: flex;
|
|
|
|
margin-left: auto;
|
|
|
|
align-self: flex-start;
|
|
|
|
color: #444444;
|
|
|
|
}
|
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 {
|
|
|
|
ucap-integrated-search-form {
|
|
|
|
position: relative;
|
|
|
|
display: inline-flex;
|
|
|
|
width: 30%;
|
|
|
|
margin: 0 -10px;
|
2020-03-16 17:25:40 +09:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.organization-option {
|
|
|
|
position: relative;
|
|
|
|
display: inline-flex;
|
|
|
|
width: 70%;
|
2020-03-17 17:20:57 +09:00
|
|
|
transform: translateY(-10px);
|
|
|
|
padding-bottom: 10px;
|
|
|
|
padding-left: 0;
|
|
|
|
border-bottom: 1px solid;
|
|
|
|
.mat-form-field {
|
|
|
|
margin-left: 20px;
|
|
|
|
&:first-child {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
2020-03-16 17:25:40 +09:00
|
|
|
}
|
2020-03-17 17:20:57 +09:00
|
|
|
|
2020-03-16 17:25:40 +09:00
|
|
|
.content-area {
|
|
|
|
display: flex;
|
2020-03-17 17:20:57 +09:00
|
|
|
height: calc(100% - 120px);
|
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-17 18:12:10 +09:00
|
|
|
.integrate-search-org {
|
|
|
|
overflow: auto;
|
|
|
|
}
|