Added projects features
This commit is contained in:
@@ -10,6 +10,12 @@
|
||||
.tableContainer {
|
||||
height: calc(100vh - 170px);
|
||||
overflow-y: auto;
|
||||
position: relative;
|
||||
}
|
||||
.tableContainer th {
|
||||
background: #1c1d2b;
|
||||
top: 0;
|
||||
position: sticky;
|
||||
}
|
||||
|
||||
.tableContainer > table > thead > tr > th {
|
||||
@@ -53,9 +59,8 @@
|
||||
}
|
||||
.actions {
|
||||
display: flex;
|
||||
justify-content: start;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
gap: 10px;
|
||||
align-self: stretch;
|
||||
}
|
||||
.iconButton {
|
||||
|
||||
Reference in New Issue
Block a user