remove fa-plus from upload dialog button

This commit is contained in:
Jeff Atwood
2015-07-22 01:12:03 -07:00
parent 703927d1c0
commit ccdcca578d
3 changed files with 4 additions and 16 deletions

View File

@@ -1,15 +1,3 @@
.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;