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
+1
View File
@@ -20,6 +20,7 @@ $border-color-1: #e2e8f0;
$border-color-1-hover: #b1b7be;
$color-warning: #fab005;
$color-warning-hover: #fa9805;
$color-warning-2: #f08c00;
$color-image: #f08c00;
$color-video: #2f9e44;
+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 {