mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 22:16:17 +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;
|
|
}
|