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