feat: enhance employee CRUD with search, filters, and security module
This commit is contained in:
@@ -833,6 +833,11 @@ tbody tr:last-child td {
|
||||
padding: 10px 12px;
|
||||
}
|
||||
|
||||
.field input[readonly] {
|
||||
background: #f8fafc;
|
||||
color: #64748b;
|
||||
}
|
||||
|
||||
.role-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
@@ -1001,6 +1006,13 @@ tbody tr:last-child td {
|
||||
box-shadow: 0 4px 12px rgba(5, 150, 105, 0.16);
|
||||
}
|
||||
|
||||
.minor-action:disabled,
|
||||
.major-action:disabled {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.56;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
@media (max-width: 1320px) {
|
||||
.hero-stats,
|
||||
.form-grid,
|
||||
|
||||
Reference in New Issue
Block a user