frontend update

This commit is contained in:
2025-11-07 23:26:45 +03:00
parent 8781b56b26
commit 12247daa92
4 changed files with 12 additions and 12 deletions

View File

@@ -1205,7 +1205,7 @@
display: flex;
align-items: center;
padding: 1.5rem;
border: 1px solid #5B5865;
border: 1px solid #c9c8cb;
border-radius: 12px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@@ -1332,7 +1332,7 @@
.sidebar {
width: 280px;
background: white;
border: 1px solid #5B5865;
border: 1px solid #c9c8cb;
border-radius: 12px;
padding: 1.5rem;
height: fit-content;
@@ -1823,7 +1823,7 @@
.table-container {
background: white;
border-radius: 12px;
border: 1px solid #5B5865;
border: 1px solid #c9c8cb;
overflow: hidden;
}