add styles fix some bugs
This commit is contained in:
@@ -1309,6 +1309,22 @@
|
||||
border-radius: 20px;
|
||||
overflow: hidden;
|
||||
|
||||
.status {
|
||||
&-active,
|
||||
&-verified {
|
||||
color: #166534;
|
||||
}
|
||||
|
||||
&-expired,
|
||||
&-unverified {
|
||||
color: #991b1b;
|
||||
}
|
||||
|
||||
&-pending {
|
||||
color: #92400e;
|
||||
}
|
||||
}
|
||||
|
||||
&-content {
|
||||
padding: 10px;
|
||||
max-height: calc(90vh - 80px);
|
||||
|
||||
Reference in New Issue
Block a user