mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 01:32:23 +08:00
12 lines
338 B
SCSS
12 lines
338 B
SCSS
.add-upload .fa-plus {
|
|
font-size: 10px;
|
|
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%);
|
|
}
|