102 lines
1.9 KiB
SCSS
102 lines
1.9 KiB
SCSS
.invitingPersonnelModal {
|
|
.invitingPersonnelModalContent {
|
|
height: 382px;
|
|
display: flex;
|
|
|
|
.invitingPersonnelModalContentLeft {
|
|
height: 100%;
|
|
background-color: #181A1D;
|
|
width: 50%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
padding: 20px;
|
|
box-sizing: border-box;
|
|
|
|
.invitingPersonnelModalContentLeftUserList {
|
|
flex-grow: 1;
|
|
overflow-y: auto;
|
|
width: 100%;
|
|
|
|
>div {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-bottom: 10px;
|
|
|
|
>div:nth-child(1) {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
>div:nth-child(2) {
|
|
margin: 0 10px;
|
|
}
|
|
|
|
>span {
|
|
font-size: 14px;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
>div:nth-child(2) {
|
|
font-size: 14px;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.invitingPersonnelModalContentRight {
|
|
height: 100%;
|
|
background-color: #101317;
|
|
width: 50%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 20px;
|
|
box-sizing: border-box;
|
|
|
|
>span {
|
|
font-size: 16px;
|
|
color: white;
|
|
flex-shrink: 0;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
>div {
|
|
flex-grow: 1;
|
|
overflow-y: auto;
|
|
|
|
>div {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 10px;
|
|
|
|
>div {
|
|
margin: 0 10px;
|
|
}
|
|
|
|
>span {
|
|
font-size: 14px;
|
|
color: white;
|
|
}
|
|
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
.invitingPersonnelModalFooter {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 10px;
|
|
}
|
|
} |