mirror of
https://github.com/discourse/discourse.git
synced 2025-02-24 00:39:39 +08:00
6 lines
122 B
SCSS
6 lines
122 B
SCSS
.uploaded-image-preview {
|
|
background-position: center center;
|
|
background-size: cover;
|
|
background-color: $primary;
|
|
}
|