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