add verefid check for complain/case

This commit is contained in:
smanylov
2026-04-17 13:13:27 +07:00
parent fcc1f3bec9
commit 1f44211088
3 changed files with 50 additions and 0 deletions
+22
View File
@@ -782,6 +782,28 @@
color: #212529;
}
}
&-not-verified {
display: flex;
justify-content: space-between;
align-items: end;
background: v.$color-warning-2;
color: v.$white;
padding: 20px;
border-radius: 10px;
font-weight: 700;
margin-top: 20px;
.btn-s {
border: 2px solid v.$white;
font-weight: 700;
&:hover {
background: v.$white;
color: v.$color-warning-2;
}
}
}
}
.violation-page-note {