dify/web/app/components/base/confirm/common.module.css

7 lines
255 B
CSS
Raw Normal View History

2023-08-17 15:49:22 +08:00
.wrapper-danger {
background: linear-gradient(180deg, rgba(217, 45, 32, 0.05) 0%, rgba(217, 45, 32, 0.00) 24.02%), #F9FAFB;
2023-08-17 15:49:22 +08:00
}
.wrapper-success {
background: linear-gradient(180deg, rgba(3, 152, 85, 0.05) 0%, rgba(3, 152, 85, 0.00) 22.44%), #F9FAFB;
}