enhance(ui): polish classic notification cp

This commit is contained in:
charlie
2024-10-31 10:42:20 +08:00
parent 53f9752ce3
commit bfe8c4bcd5
3 changed files with 30 additions and 14 deletions

View File

@@ -425,7 +425,7 @@ p.warning {
}
.text-warning {
@apply text-yellow-500 dark:text-yellow-500/70;
@apply text-yellow-600 dark:text-yellow-500/70;
}
.bg-warning {
@@ -446,12 +446,30 @@ span.error {
@apply bg-red-rx-04-alpha;
}
a.error,
span.error {
@apply bg-red-rx-04-alpha text-red-rx-09 dark:bg-red-rx-06-alpha
dark:text-red-rx-10 rounded px-1.5 py-[2px] leading-none;
}
.text-error {
@apply text-red-rx-09;
}
.bg-error {
@apply bg-red-rx-04-alpha;
}
.text-success {
@apply text-green-rx-09;
}
.bg-success {
@apply bg-green-rx-04-alpha;
}
img.small {
display: inline;
width: 20px;
height: 20px;
margin-top: 0;
margin-bottom: 0;
@apply inline w-5 h-5 m-0;
}
a.tag {