56 lines
1001 B
Plaintext
56 lines
1001 B
Plaintext
//
|
|
// Single Image
|
|
//
|
|
|
|
.field-fileupload.style-image-single {
|
|
&.is-populated {
|
|
.upload-button {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.upload-button {
|
|
.uploader-block-button();
|
|
}
|
|
|
|
.upload-object {
|
|
padding-bottom: 66px;
|
|
|
|
.icon-container {
|
|
border: 1px solid #f6f8f9;
|
|
background: rgba(255,255,255,.5);
|
|
|
|
&.image img {
|
|
.border-radius(3px);
|
|
}
|
|
}
|
|
|
|
.progress-bar {
|
|
.uploader-progress-bar();
|
|
position: absolute;
|
|
bottom: 10px;
|
|
left: 0;
|
|
}
|
|
|
|
.info {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
height: 66px;
|
|
}
|
|
|
|
.meta {
|
|
position: absolute;
|
|
bottom: 65px;
|
|
left: 0;
|
|
right: 0;
|
|
margin: 0 15px;
|
|
}
|
|
|
|
&:hover {
|
|
h4 { padding-right: 20px; }
|
|
}
|
|
}
|
|
|
|
} |