mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 11:33:44 +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;
|
|
}
|