mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 21:19:41 -06:00
11 lines
189 B
SCSS
11 lines
189 B
SCSS
.uploaded-image-preview {
|
|
background-size: cover;
|
|
background: $primary center center;
|
|
}
|
|
|
|
.image-uploader.no-repeat {
|
|
.uploaded-image-preview {
|
|
background-repeat: no-repeat;
|
|
}
|
|
}
|