mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 02:30:57 +08:00
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;
|
|
}
|
|
}
|