@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/img-manager",
3
- "version": "0.2.65",
3
+ "version": "0.2.66",
4
4
  "description": "The best and the most beautiful image manager.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -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-primary-button;
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(-10px);
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-primary-button, 15%);
2153
+ background-color: darken($img-red-color, 15%);
2154
2154
  }
2155
2155
  }
2156
2156
  }