mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 00:29:18 +08:00
11 lines
182 B
SCSS
11 lines
182 B
SCSS
.uploaded-image-preview {
|
|
background: $primary center;
|
|
background-size: cover;
|
|
}
|
|
|
|
.image-uploader.no-repeat {
|
|
.uploaded-image-preview {
|
|
background-repeat: no-repeat;
|
|
}
|
|
}
|