Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
.help-center-feedback__form {
margin-top: 2.5rem;
p {
font-size: 0.875rem;
font-style: italic;
margin-bottom: 0.5rem;
}
.help-center-feedback-form__buttons {
display: flex;
flex-direction: row;
gap: 20px;
button {
display: flex;
flex-direction: row;
align-items: center;
gap: 5px;
cursor: pointer;
color: var(--color-neutral-80);
// Atomic fix
background-color: transparent;
border: none;
padding: 0;
}
}
}