monra's picture
Synced repo using 'sync_with_huggingface' Github Action
f044b10
raw
history blame
No virus
484 Bytes
.api-key-container {
margin: 24px 12px 0;
display: flex;
justify-content: center;
}
.api-key-container .button {
color: var(--colour-3);
}
.api-key-container #show-api-key-button {
width: 90%;
}
.api-key-container #api-key-ok-button {
width: 30%;
}
.api-key-container input {
color: var(--colour-3);
margin: 0px 4px;
border: 1px solid var(--conversations);
border-radius: var(--border-radius-1);
background: transparent;
width: 70%;
}