add verefid check for complain/case
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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