@wizishop/img-manager 0.2.65 → 0.2.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
Binary file
|
package/wz-img-manager.scss
CHANGED
|
@@ -2134,7 +2134,7 @@ $tag-radius: rem(20px)!default;
|
|
|
2134
2134
|
opacity: 0;
|
|
2135
2135
|
visibility: hidden;
|
|
2136
2136
|
transition: opacity .3s ease, transform .3s ease, visibility 0s linear .31s;
|
|
2137
|
-
background-color: $img-
|
|
2137
|
+
background-color: $img-red-color;
|
|
2138
2138
|
color: $white;
|
|
2139
2139
|
font-size: rem(13);
|
|
2140
2140
|
height: rem(30);
|
|
@@ -2147,10 +2147,10 @@ $tag-radius: rem(20px)!default;
|
|
|
2147
2147
|
.delete-btn {
|
|
2148
2148
|
opacity: 1;
|
|
2149
2149
|
visibility: visible;
|
|
2150
|
-
transform: translateX(-50%) translateY(-
|
|
2150
|
+
transform: translateX(-50%) translateY(-40px);
|
|
2151
2151
|
transition: opacity .3s ease .05s, transform .3s ease .05s, visibility 0s linear;
|
|
2152
2152
|
&:hover, &:focus {
|
|
2153
|
-
background-color: darken($img-
|
|
2153
|
+
background-color: darken($img-red-color, 15%);
|
|
2154
2154
|
}
|
|
2155
2155
|
}
|
|
2156
2156
|
}
|