text
stringlengths 0
14.1k
|
|---|
.dropzone .dz-preview .dz-remove:hover {
|
text-decoration: underline;
|
}
|
.dropzone .dz-preview:hover .dz-details {
|
opacity: 1;
|
}
|
.dropzone .dz-preview .dz-details {
|
z-index: 20;
|
position: absolute;
|
top: 0;
|
left: 0;
|
opacity: 0;
|
font-size: 13px;
|
min-width: 100%;
|
max-width: 100%;
|
padding: 2em 1em;
|
text-align: center;
|
color: rgba(0, 0, 0, 0.9);
|
line-height: 150%;
|
}
|
.dropzone .dz-preview .dz-details .dz-size {
|
margin-bottom: 1em;
|
font-size: 16px;
|
}
|
.dropzone .dz-preview .dz-details .dz-filename {
|
white-space: nowrap;
|
}
|
.dropzone .dz-preview .dz-details .dz-filename:hover span {
|
border: 1px solid rgba(200, 200, 200, 0.8);
|
background-color: rgba(255, 255, 255, 0.8);
|
}
|
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
|
overflow: hidden;
|
text-overflow: ellipsis;
|
}
|
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
|
border: 1px solid transparent;
|
}
|
.dropzone .dz-preview .dz-details .dz-filename span,
|
.dropzone .dz-preview .dz-details .dz-size span {
|
background-color: rgba(255, 255, 255, 0.4);
|
padding: 0 0.4em;
|
border-radius: 3px;
|
}
|
.dropzone .dz-preview:hover .dz-image img {
|
-webkit-transform: scale(1.05, 1.05);
|
-moz-transform: scale(1.05, 1.05);
|
-ms-transform: scale(1.05, 1.05);
|
-o-transform: scale(1.05, 1.05);
|
transform: scale(1.05, 1.05);
|
-webkit-filter: blur(8px);
|
filter: blur(8px);
|
}
|
.dropzone .dz-preview .dz-image {
|
border-radius: 20px;
|
overflow: hidden;
|
width: 120px;
|
height: 120px;
|
position: relative;
|
display: block;
|
z-index: 10;
|
}
|
.dropzone .dz-preview .dz-image img {
|
display: block;
|
}
|
.dropzone .dz-preview.dz-success .dz-success-mark {
|
-webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
|
-moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
|
-ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
|
-o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
|
animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
|
}
|
.dropzone .dz-preview.dz-error .dz-error-mark {
|
opacity: 1;
|
-webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
|
-moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
|
-ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
|
-o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
|
animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
|
}
|
.dropzone .dz-preview .dz-success-mark,
|
.dropzone .dz-preview .dz-error-mark {
|
pointer-events: none;
|
opacity: 0;
|
z-index: 500;
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.