mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-25 16:48:51 -05:00
10 lines
189 B
SCSS
10 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;
|
|
}
|
|
}
|