edit endpoint

This commit is contained in:
smanylov
2025-12-05 16:25:23 +07:00
parent fcb87c180c
commit c4538df07b
3 changed files with 39 additions and 5 deletions
+34
View File
@@ -126,4 +126,38 @@
color: #111827;
font-size: 18px;
}
th {
background: linear-gradient(135deg, #6366f1, #8b5cf6);
color: white;
padding: 15px;
text-align: left;
font-weight: 600;
font-size: 14px;
}
td {
padding: 15px;
border-bottom: 1px solid #f3f4f6;
vertical-align: middle;
}
.files-table {
&-file {
display: flex;
align-items: center;
}
&-icon {
width: 40px;
height: 40px;
background: #f0f9ff;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 12px;
border: 2px solid #6366f1;
}
}
}