change legal case title styles
This commit is contained in:
@@ -659,6 +659,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.complaint-details {
|
.complaint-details {
|
||||||
|
h5 {
|
||||||
|
font-weight: 700;
|
||||||
|
font-size: 22px;
|
||||||
|
}
|
||||||
|
|
||||||
&-item {
|
&-item {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -233,7 +233,7 @@ export default function CaseViolation({ selectedViolation, updateStatusHandler }
|
|||||||
<div
|
<div
|
||||||
className="complaint-details-item"
|
className="complaint-details-item"
|
||||||
>
|
>
|
||||||
<strong>ID:</strong> {item.id}
|
<h5>{item.name}</h5>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
className="complaint-details-item"
|
className="complaint-details-item"
|
||||||
|
|||||||
Reference in New Issue
Block a user