frontend update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user