more styles change for matched table

This commit is contained in:
smanylov
2026-04-15 19:43:29 +07:00
parent 6dcf3de29e
commit 47a16c0c2b
+7 -2
View File
@@ -486,7 +486,7 @@
} }
a { a {
/* color: v.$text-p; */ color: v.$p-color;
word-break: break-all; word-break: break-all;
font-weight: 500; font-weight: 500;
@@ -512,6 +512,10 @@
display: flex; display: flex;
gap: 8px; gap: 8px;
font-weight: 600; font-weight: 600;
div {
color: v.$p-color;
}
} }
&-date-status { &-date-status {
@@ -733,9 +737,10 @@
&:first-child { &:first-child {
font-weight: 700; font-weight: 700;
color: v.$p-color;
.complaint-details-header { .complaint-details-header {
/* background-color: v.$bg-hover; */ background-color: #fff;
} }
} }
} }