change file-info modal window styles

This commit is contained in:
smanylov
2026-03-05 17:37:53 +07:00
parent b79d8b8879
commit 57ceddd9ee
4 changed files with 24 additions and 55 deletions
+5 -26
View File
@@ -3494,26 +3494,6 @@
border-radius: 20px;
overflow: hidden;
&-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 16px 20px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
}
&-title {
margin: 0;
font-size: 18px;
font-weight: 600;
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-right: 16px;
}
&-content {
padding: 20px;
max-height: calc(90vh - 80px);
@@ -3582,7 +3562,8 @@
}
.info-header {
background: #f8fafc;
background: linear-gradient(0deg, #6366f1 50%, #8b5cf6 130%);
color: white;
padding: 16px 20px;
border-bottom: 1px solid #e2e8f0;
@@ -3594,11 +3575,9 @@
}
.info-item {
display: flex;
justify-content: space-between;
align-items: flex-start;
padding: 12px 20px;
border-bottom: 1px solid #f1f5f9;
width: 100%;
}
.info-label {
@@ -3611,9 +3590,9 @@
.info-value {
font-weight: 600;
color: #1e293b;
text-align: right;
text-align: left;
word-break: break-word;
max-width: 150px;
/* max-width: 150px; */
}
.status-badges {