more styles change for matched table
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user