mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 12:34:26 +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;
|
|
}
|