mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
enhance(ui): polish classic notification cp
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user