This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/stylesheets/common/base/upload.scss
2014-05-06 01:50:51 -04:00

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%);
}