general-library-union 3.3.52 → 3.3.53
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
|
@@ -177,16 +177,19 @@
|
|
|
177
177
|
|
|
178
178
|
> div {
|
|
179
179
|
position: absolute;
|
|
180
|
-
top:
|
|
181
|
-
right:
|
|
182
|
-
min-width:
|
|
183
|
-
padding: 0.
|
|
180
|
+
top: -11px;
|
|
181
|
+
right: -127px;
|
|
182
|
+
min-width: 130rem;
|
|
183
|
+
padding: 0.6rem 2rem;
|
|
184
184
|
transform-origin: top;
|
|
185
185
|
background: var(--surface-overlay);
|
|
186
186
|
color: var(--text-color);
|
|
187
187
|
border-radius: var(--border-radius);
|
|
188
|
-
|
|
189
|
-
|
|
188
|
+
box-shadow: 0 3px 12px hsla(var(--color-h), 100%, 45%, 0.2);
|
|
189
|
+
display: flex;
|
|
190
|
+
justify-content: center;
|
|
191
|
+
align-items: center;
|
|
192
|
+
z-index: 99;
|
|
190
193
|
|
|
191
194
|
|
|
192
195
|
}
|