2014-04-20 14:17:11 -05:00
|
|
|
.add-upload .fa-plus {
|
2014-12-15 21:12:56 -06:00
|
|
|
font-size: 0.714em;
|
2014-04-20 14:17:11 -05:00
|
|
|
position: relative;
|
|
|
|
left: -5px;
|
|
|
|
bottom: -5px;
|
|
|
|
text-shadow:
|
2014-05-06 00:50:51 -05:00
|
|
|
-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%);
|
2014-04-20 14:17:11 -05:00
|
|
|
}
|
2014-08-12 23:03:29 -05:00
|
|
|
|
|
|
|
.uploaded-image-preview {
|
|
|
|
background-position: center center;
|
|
|
|
background-size: cover;
|
|
|
|
background-color: $primary;
|
|
|
|
}
|