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