mirror of
https://github.com/langgenius/dify.git
synced 2025-11-17 11:53:27 +00:00
10 lines
189 B
CSS
10 lines
189 B
CSS
|
|
.modal {
|
||
|
|
padding: 24px 32px !important;
|
||
|
|
width: 400px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg {
|
||
|
|
background: linear-gradient(180deg, rgba(217, 45, 32, 0.05) 0%, rgba(217, 45, 32, 0.00) 24.02%), #F9FAFB;
|
||
|
|
}
|
||
|
|
|