Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
258 Bytes
.modal-background {
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
background: rgba(0, 0, 0, 0.7);
z-index: 10;
}
.modal-child {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: white;
}