pixflow-upgrade-planning 1.1.8 → 1.1.9
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 +2 -3
package/package.json
CHANGED
package/styles/pixflow.css
CHANGED
|
@@ -74,7 +74,7 @@ pixflow-upgrade-planning > div.pixflow > p {
|
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
pixflow-upgrade-planning > div.pixflow > div.plan {
|
|
77
|
-
display:
|
|
77
|
+
display: none;
|
|
78
78
|
justify-content: space-evenly;
|
|
79
79
|
}
|
|
80
80
|
|
|
@@ -111,12 +111,11 @@ pixflow-upgrade-planning > div.pixflow > div.plan > div > div.active {
|
|
|
111
111
|
div.activate-code-block {
|
|
112
112
|
display: flex;
|
|
113
113
|
flex-direction: column;
|
|
114
|
-
position: absolute;
|
|
115
|
-
top: calc(100vh - 100px);
|
|
116
114
|
height: 100px;
|
|
117
115
|
width: 100%;
|
|
118
116
|
align-items: center;
|
|
119
117
|
background: linear-gradient(180deg, rgba(12,12,12,0) 0%, rgba(12,12,12,1) 34%, rgba(12,12,12,1) 100%);
|
|
118
|
+
margin: 5em;
|
|
120
119
|
}
|
|
121
120
|
|
|
122
121
|
pixflow-upgrade-planning > div.pixflow button, pixflow-upgrade-planning > div.purchase-code > form > button {
|