mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-16 23:06:55 +08: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;
|
|
}
|
|
|