Feat/pay modal (#889)

This commit is contained in:
zxhlyh
2023-08-17 15:49:22 +08:00
committed by GitHub
parent 0cc0b6e052
commit 4f5f9506ab
6 changed files with 87 additions and 21 deletions

View File

@@ -1,3 +1,7 @@
.wrapper {
.wrapper-danger {
background: linear-gradient(180deg, rgba(217, 45, 32, 0.05) 0%, rgba(217, 45, 32, 0.00) 24.02%), #F9FAFB;
}
.wrapper-success {
background: linear-gradient(180deg, rgba(3, 152, 85, 0.05) 0%, rgba(3, 152, 85, 0.00) 22.44%), #F9FAFB;
}