2014-08-13 00:03:29 -04:00
|
|
|
.uploaded-image-preview {
|
2015-10-22 01:53:40 -04:00
|
|
|
background: $primary center;
|
2014-08-13 00:03:29 -04:00
|
|
|
background-size: cover;
|
|
|
|
}
|
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;
|
|
|
|
}
|