add verefid check for complain/case
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user