99 lines
1.7 KiB
CSS
99 lines
1.7 KiB
CSS
.addRoleContainer {
|
|
display: flex;
|
|
padding: 0px 144px 0px 144px;
|
|
align-items: flex-start;
|
|
gap: 24px;
|
|
flex: 1 0 0;
|
|
align-self: stretch;
|
|
}
|
|
.inputFieldContainer {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
gap: 24px;
|
|
flex: 1 0 0;
|
|
align-self: stretch;
|
|
}
|
|
.userDetails {
|
|
display: flex;
|
|
width: 400px;
|
|
padding: 20px 24px 48px 24px;
|
|
margin-top: 36px;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
border-radius: 6px;
|
|
background: #1d1e2a;
|
|
}
|
|
.header {
|
|
display: flex;
|
|
padding-bottom: 24px;
|
|
align-items: flex-start;
|
|
gap: 17px;
|
|
align-self: stretch;
|
|
}
|
|
.header > div {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: flex-start;
|
|
gap: 5px;
|
|
flex: 1 0 0;
|
|
}
|
|
.header > div > p {
|
|
width: 163px;
|
|
color: #d2d3e1;
|
|
color: color(display-p3 0.8235 0.8275 0.8784);
|
|
font-family: Inter;
|
|
font-size: 20px;
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
line-height: normal;
|
|
}
|
|
.fields {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
gap: 16px;
|
|
align-self: stretch;
|
|
}
|
|
.selectRoleContainer,
|
|
.inputMainContainer {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
gap: 8px;
|
|
align-self: stretch;
|
|
}
|
|
.inputContainer {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
gap: 12px;
|
|
flex: 1 0 0;
|
|
}
|
|
.label {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
gap: 2px;
|
|
align-self: stretch;
|
|
}
|
|
.label > p {
|
|
color: #d2d3e1;
|
|
color: color(display-p3 0.8235 0.8275 0.8784);
|
|
font-family: Inter;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: normal;
|
|
}
|
|
.inputField {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
gap: 8px;
|
|
align-self: stretch;
|
|
}
|
|
|
|
.imanginaryDiv {
|
|
padding: 18px;
|
|
}
|