add styles fix some bugs

This commit is contained in:
smanylov
2026-05-13 14:37:54 +07:00
parent 9d40df3273
commit 80692d6446
2 changed files with 49 additions and 35 deletions
+16
View File
@@ -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);