Files
Frontend-Internal-Developer…/frontend/src/app/agents/[agentsId]/styles.module.css

89 lines
1.5 KiB
CSS

.formContainer {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 10px;
flex: 1 0 0;
align-self: stretch;
}
.createAgentContainer {
display: flex;
justify-content: center;
align-items: flex-start;
align-self: stretch;
gap: 16px;
flex: 1 1 auto;
padding-top: 48px;
height: calc(100vh - 100px - 70px);
overflow-y: auto;
scrollbar-width: none;
}
.inputMainContainer {
display: flex;
padding: 24px;
flex-direction: column;
align-items: flex-start;
gap: 24px;
}
.headerContainer {
display: flex;
align-items: flex-start;
gap: 17px;
align-self: stretch;
}
.headerContainer > div {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 5px;
flex: 1 0 0;
}
.headerTxt > p {
/* width: 163px; */
align-self: stretch;
color: #d2d3e1;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.inputContainer {
display: flex;
width: 500px;
flex-direction: column;
align-items: flex-start;
gap: 12px;
}
.labelContainer {
display: flex;
align-items: flex-start;
gap: 2px;
align-self: stretch;
}
.labelContainer > 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;
}
.labelContainer > .required {
color: #cfb000;
font-weight: 600;
}
.lokiContainer {
display: flex;
width: 548px;
padding: 24px;
flex-direction: column;
align-items: flex-start;
gap: 24px;
}