Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
// View: placeholder with gradient
.theme-upload {
.feature-example {
margin-top: 16px;
}
.upload-drop-zone.is-disabled {
opacity: 1;
}
}
// View : theme successfully uploaded
.theme-upload__theme-sheet {
font-size: $font-body-small;
}
.theme-upload__theme-name {
font-size: $font-title-medium;
font-weight: 600;
clear: none;
}
.theme-upload__screenshot {
float: right;
width: 300px;
border: 1px solid var(--color-neutral-0);
margin-left: 24px;
@include breakpoint-deprecated("<960px") {
float: none;
margin-left: 0;
margin-bottom: 24px;
}
}
.theme-upload__description {
margin: 24px 0;
}
.theme-upload__action-buttons {
clear: both;
overflow: hidden;
border-top: 1px solid var(--color-neutral-0);
padding: 16px;
margin: 24px -24px -24px;
.button {
margin: 0 20px 0 0;
}
}