1
0
forked from x/icebergs
icebergs/core/chat/flows.css
2024-05-23 19:16:33 +08:00

26 lines
1.7 KiB
CSS

body { --web-flows-done:lightgreen; --web-flows-fail:var(--danger-bg-color); }
$content svg line.fail { stroke:var(--web-flows-fail); }
$content svg line.done { stroke:var(--web-flows-done); }
$content svg line.select { stroke:var(--notice-bg-color); }
$content svg rect.fail { stroke:var(--web-flows-fail); }
$content svg rect.done { stroke:var(--web-flows-done); }
$content svg rect.select { stroke:var(--notice-bg-color); }
$content svg text { dominant-baseline:middle; }
$content svg text.fail { stroke:var(--web-flows-fail); fill:var(--web-flows-fail); }
$content svg text.done { stroke:var(--web-flows-done); fill:var(--web-flows-done); }
$content svg text.select { stroke:var(--notice-bg-color); fill:var(--notice-bg-color); }
$content svg g.line0 line { stroke-width:10; }
$content svg g.line1 line { stroke-width:8; }
$content svg g.line2 line { stroke-width:6; }
$content svg g.line3 line { stroke-width:4; }
$content svg g.line4 line { stroke-width:2; }
$content fieldset.can._action { position:absolute; bottom:var(--action-height); }
$content fieldset.can._action>legend { display:none; }
$content fieldset.can._action>div.action { display:contents; }
$content fieldset.can._action>div.action br { clear:both; }
$content fieldset.can._action>div.action div.item.state { display:none; }
$content fieldset.can._action>div.status { display:none; }
$content fieldset.can._action:not(:hover) { background-color:transparent; }
$content fieldset.can._action:not(:hover)>form.option input { background-color:transparent; }
$content fieldset.can._action:not(:hover)>div.action input { background-color:transparent; }
$output>div.layout>div.layout:not(:hover) fieldset.can._action { visibility:hidden; }