mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
3c59106bac
This reverts commit c29a4dddc1694e2805944f4d5fd0f4fd4514092e. We're doing a beta bump soon so un-revert this after that is done.
17 lines
279 B
SCSS
17 lines
279 B
SCSS
.uploaded-image-preview {
|
|
background: $primary center;
|
|
background-size: cover;
|
|
}
|
|
|
|
.image-uploader.no-repeat {
|
|
.uploaded-image-preview {
|
|
background-repeat: no-repeat;
|
|
}
|
|
}
|
|
|
|
.image-uploader.contain-image {
|
|
.uploaded-image-preview {
|
|
background-size: contain;
|
|
}
|
|
}
|