pixflow-upgrade-planning 1.1.2 → 1.1.3

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": "pixflow-upgrade-planning",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -245,7 +245,7 @@ pixflow-upgrade-planning div.close {
245
245
  }
246
246
 
247
247
  pixflow-upgrade-planning div.purchase-code {
248
- display: flex;
248
+ display: none;
249
249
  flex-direction: column;
250
250
  position: fixed;
251
251
  top: calc(100vh + 10px);
@@ -269,6 +269,7 @@ pixflow-upgrade-planning div.purchase-code {
269
269
 
270
270
  pixflow-upgrade-planning div.purchase-code.active {
271
271
  top: calc(100vh - 95%);
272
+ display: flex;
272
273
  }
273
274
 
274
275
  pixflow-upgrade-planning div.purchase-code > form > input[type=text]:nth-child(1) {