mirror of
https://github.com/langgenius/dify.git
synced 2026-07-22 04:25:29 -04:00
a84c2d36a3
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
13 lines
318 B
CSS
13 lines
318 B
CSS
.wrapper {
|
|
background: linear-gradient(131deg, #2250f2 0%, #0ebcf3 100%);
|
|
box-shadow:
|
|
0px 4px 6px -2px rgba(16, 24, 40, 0.03),
|
|
0px 12px 16px -4px rgba(16, 24, 40, 0.08);
|
|
}
|
|
|
|
.convert {
|
|
background: linear-gradient(91.92deg, #104ae1 -1.74%, #0098ee 75.74%);
|
|
background-clip: text;
|
|
color: transparent;
|
|
}
|