gov-layout 1.2.18 → 1.2.19
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/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1148,11 +1148,11 @@ function UserHeader({
|
|
|
1148
1148
|
{
|
|
1149
1149
|
className,
|
|
1150
1150
|
style: {
|
|
1151
|
-
background: "#3AAE7D",
|
|
1151
|
+
background: "linear-gradient(to bottom left, #3AAE7D, #346D55)",
|
|
1152
1152
|
boxShadow: "0 2px 8px rgba(0,0,0,0.15)",
|
|
1153
1153
|
position: "sticky",
|
|
1154
1154
|
top: 0,
|
|
1155
|
-
zIndex:
|
|
1155
|
+
zIndex: 100,
|
|
1156
1156
|
color: "#ffffff"
|
|
1157
1157
|
},
|
|
1158
1158
|
children: /* @__PURE__ */ jsxRuntime.jsxs(
|
|
@@ -1326,7 +1326,7 @@ function UserHeader({
|
|
|
1326
1326
|
background: isDark ? "#1e293b" : "#fff",
|
|
1327
1327
|
borderRadius: "12px",
|
|
1328
1328
|
boxShadow: isDark ? "0 10px 40px rgba(0,0,0,0.4)" : "0 10px 40px rgba(0,0,0,0.12)",
|
|
1329
|
-
zIndex:
|
|
1329
|
+
zIndex: 999,
|
|
1330
1330
|
overflow: "hidden",
|
|
1331
1331
|
border: `1px solid ${isDark ? "#374151" : "#e5e7eb"}`
|
|
1332
1332
|
},
|