pixflow-upgrade-planning 0.0.39 → 1.1.0
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 +1 -1
- package/styles/pixflow.css +3 -3
package/package.json
CHANGED
package/styles/pixflow.css
CHANGED
|
@@ -130,6 +130,7 @@ pixflow-upgrade-planning > div.pixflow button, pixflow-upgrade-planning > div.pu
|
|
|
130
130
|
transition: filter 200ms;
|
|
131
131
|
border: 0;
|
|
132
132
|
outline: 0;
|
|
133
|
+
cursor: pointer;
|
|
133
134
|
}
|
|
134
135
|
|
|
135
136
|
pixflow-upgrade-planning > div.pixflow > div:nth-child(5) {
|
|
@@ -191,9 +192,6 @@ pixflow-upgrade-planning > div.pixflow div.activate-code {
|
|
|
191
192
|
color: #7C879A;
|
|
192
193
|
font-size: 13px;
|
|
193
194
|
margin: 15px 0;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
pixflow-upgrade-planning > div.pixflow div.activate-code {
|
|
197
195
|
color: #7C879A;
|
|
198
196
|
font-size: 13px;
|
|
199
197
|
cursor: pointer;
|
|
@@ -242,6 +240,7 @@ pixflow-upgrade-planning div.close {
|
|
|
242
240
|
background-position: center center;
|
|
243
241
|
width: 73px;
|
|
244
242
|
height: 27px;
|
|
243
|
+
cursor: pointer;
|
|
245
244
|
}
|
|
246
245
|
|
|
247
246
|
pixflow-upgrade-planning div.purchase-code {
|
|
@@ -290,6 +289,7 @@ pixflow-upgrade-planning div.purchase-code > img:nth-child(1) {
|
|
|
290
289
|
pixflow-upgrade-planning div.purchase-code > img:nth-child(2) {
|
|
291
290
|
position: absolute;
|
|
292
291
|
top: 0;
|
|
292
|
+
cursor: pointer;
|
|
293
293
|
}
|
|
294
294
|
|
|
295
295
|
pixflow-upgrade-planning div.purchase-code > div {
|