2014-08-13 00:03:29 -04:00
|
|
|
.uploaded-image-preview {
|
2020-08-03 22:57:10 -04:00
|
|
|
background: var(--primary-medium) center;
|
2014-08-13 00:03:29 -04:00
|
|
|
background-size: cover;
|
2019-02-20 00:55:55 -05:00
|
|
|
position: relative;
|
|
|
|
|
2019-05-01 09:44:45 -04:00
|
|
|
.placeholder-overlay {
|
|
|
|
background-size: contain;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
opacity: 0.3;
|
|
|
|
}
|
|
|
|
|
2019-02-20 00:55:55 -05:00
|
|
|
.image-upload-controls {
|
2019-05-01 09:44:45 -04:00
|
|
|
position: relative;
|
2019-02-20 00:55:55 -05:00
|
|
|
display: flex;
|
2019-07-18 11:36:24 -04:00
|
|
|
padding: 10px;
|
2019-02-20 00:55:55 -05:00
|
|
|
|
|
|
|
.btn {
|
|
|
|
margin-right: 5px;
|
2019-07-18 11:36:24 -04:00
|
|
|
padding: 7px 10px;
|
2019-02-20 00:55:55 -05:00
|
|
|
}
|
|
|
|
|
2019-02-20 21:13:37 -05:00
|
|
|
.image-uploader-lightbox-btn {
|
2019-02-20 00:55:55 -05:00
|
|
|
background: none;
|
|
|
|
margin-right: 0;
|
|
|
|
margin-left: auto;
|
|
|
|
|
|
|
|
.d-icon {
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary-low);
|
2019-02-20 00:55:55 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background: none;
|
|
|
|
|
|
|
|
.d-icon {
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary);
|
2019-02-20 00:55:55 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-08-13 00:03:29 -04:00
|
|
|
}
|
2015-09-23 11:34:23 -04:00
|
|
|
|
|
|
|
.image-uploader.no-repeat {
|
|
|
|
.uploaded-image-preview {
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
}
|
2017-03-14 17:11:51 -04:00
|
|
|
|
|
|
|
.image-uploader.contain-image {
|
|
|
|
.uploaded-image-preview {
|
|
|
|
background-size: contain;
|
|
|
|
}
|
|
|
|
}
|
2018-10-14 21:43:31 -04:00
|
|
|
|
|
|
|
.hidden-upload-field {
|
|
|
|
visibility: hidden;
|
|
|
|
position: absolute;
|
|
|
|
}
|