mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:02:24 +08:00
18 lines
464 B
SCSS
18 lines
464 B
SCSS
.add-upload .fa-plus {
|
|
font-size: 0.714em;
|
|
position: relative;
|
|
left: -5px;
|
|
bottom: -5px;
|
|
text-shadow:
|
|
-1px -1px 0 scale-color($tertiary, $lightness: -10%),
|
|
1px 1px 0 scale-color($tertiary, $lightness: -10%),
|
|
1px -1px 0 scale-color($tertiary, $lightness: -10%),
|
|
-1px 1px 0 scale-color($tertiary, $lightness: -10%);
|
|
}
|
|
|
|
.uploaded-image-preview {
|
|
background-position: center center;
|
|
background-size: cover;
|
|
background-color: $primary;
|
|
}
|