@webless/agent 0.13.1 → 0.13.2
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/embed.css +3 -0
- package/dist/embed.css.map +1 -1
- package/dist/react.css +3 -0
- package/dist/react.css.map +1 -1
- package/package.json +1 -1
package/dist/react.css
CHANGED
|
@@ -3085,6 +3085,9 @@ html.webless-agent-page-shift {
|
|
|
3085
3085
|
padding: 8px 16px 6px;
|
|
3086
3086
|
background: var(--as-surface);
|
|
3087
3087
|
}
|
|
3088
|
+
.agent-rail__handoff + .agent-rail__disclaimer {
|
|
3089
|
+
border-top: 1px solid var(--as-hairline);
|
|
3090
|
+
}
|
|
3088
3091
|
.agent-rail__disclaimer p {
|
|
3089
3092
|
margin: 0;
|
|
3090
3093
|
color: var(--as-text-muted);
|